libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Network.AWS.ElasticSearch

Contents

Description

Derived from API version 2015-01-01 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Elasticsearch Configuration Service

Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.

For sample code that uses the Configuration API, see the Amazon Elasticsearch Service Developer Guide. The guide also contains sample code for sending signed HTTP requests to the Elasticsearch APIs.

The endpoint for configuration service requests is region-specific: es.region.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2015-01-01 of the Amazon Elasticsearch Service SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by ElasticSearch.

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception for missing / invalid input fields. Gives http status code of 400.

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

ResourceAlreadyExistsException

_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception for creating a resource that already exists. Gives http status code of 400.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.

BaseException

_BaseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occurred while processing the request.

DisabledOperationException

_DisabledOperationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

InternalException

_InternalException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

InvalidTypeException

_InvalidTypeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

InvalidPaginationTokenException

_InvalidPaginationTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400.

LimitExceededException

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CreateOutboundCrossClusterSearchConnection

data CreateOutboundCrossClusterSearchConnection Source #

Container for the parameters to the CreateOutboundCrossClusterSearchConnection operation.

See: newCreateOutboundCrossClusterSearchConnection smart constructor.

Instances

Instances details
Eq CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

Read CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

Show CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

Generic CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

NFData CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

Hashable CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

ToJSON CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

AWSRequest CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

ToHeaders CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

ToPath CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

ToQuery CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

type Rep CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

type Rep CreateOutboundCrossClusterSearchConnection = D1 ('MetaData "CreateOutboundCrossClusterSearchConnection" "Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CreateOutboundCrossClusterSearchConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainInformation) :*: (S1 ('MetaSel ('Just "destinationDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainInformation) :*: S1 ('MetaSel ('Just "connectionAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

data CreateOutboundCrossClusterSearchConnectionResponse Source #

The result of a CreateOutboundCrossClusterSearchConnection request. Contains the details of the newly created cross-cluster search connection.

See: newCreateOutboundCrossClusterSearchConnectionResponse smart constructor.

Instances

Instances details
Eq CreateOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

Read CreateOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

Show CreateOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

Generic CreateOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

NFData CreateOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

type Rep CreateOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection

type Rep CreateOutboundCrossClusterSearchConnectionResponse = D1 ('MetaData "CreateOutboundCrossClusterSearchConnectionResponse" "Network.AWS.ElasticSearch.CreateOutboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CreateOutboundCrossClusterSearchConnectionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destinationDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformation)) :*: (S1 ('MetaSel ('Just "connectionAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "crossClusterSearchConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "connectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutboundCrossClusterSearchConnectionStatus)) :*: (S1 ('MetaSel ('Just "sourceDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateOutboundCrossClusterSearchConnectionResponse Source #

Create a value of CreateOutboundCrossClusterSearchConnectionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationDomainInfo:CreateOutboundCrossClusterSearchConnection', createOutboundCrossClusterSearchConnectionResponse_destinationDomainInfo - Specifies the DomainInformation for the destination Elasticsearch domain.

$sel:connectionAlias:CreateOutboundCrossClusterSearchConnection', createOutboundCrossClusterSearchConnectionResponse_connectionAlias - Specifies the connection alias provided during the create connection request.

$sel:crossClusterSearchConnectionId:CreateOutboundCrossClusterSearchConnectionResponse', createOutboundCrossClusterSearchConnectionResponse_crossClusterSearchConnectionId - Unique id for the created outbound connection, which is used for subsequent operations on connection.

$sel:connectionStatus:CreateOutboundCrossClusterSearchConnectionResponse', createOutboundCrossClusterSearchConnectionResponse_connectionStatus - Specifies the OutboundCrossClusterSearchConnectionStatus for the newly created connection.

$sel:sourceDomainInfo:CreateOutboundCrossClusterSearchConnection', createOutboundCrossClusterSearchConnectionResponse_sourceDomainInfo - Specifies the DomainInformation for the source Elasticsearch domain.

$sel:httpStatus:CreateOutboundCrossClusterSearchConnectionResponse', createOutboundCrossClusterSearchConnectionResponse_httpStatus - The response's http status code.

DescribeInboundCrossClusterSearchConnections

data DescribeInboundCrossClusterSearchConnections Source #

Container for the parameters to the DescribeInboundCrossClusterSearchConnections operation.

See: newDescribeInboundCrossClusterSearchConnections smart constructor.

Instances

Instances details
Eq DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Read DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Show DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Generic DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

NFData DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Hashable DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

ToJSON DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

AWSRequest DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

ToHeaders DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

ToPath DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

ToQuery DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

type Rep DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

type Rep DescribeInboundCrossClusterSearchConnections = D1 ('MetaData "DescribeInboundCrossClusterSearchConnections" "Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeInboundCrossClusterSearchConnections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeInboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

newDescribeInboundCrossClusterSearchConnections :: DescribeInboundCrossClusterSearchConnections Source #

Create a value of DescribeInboundCrossClusterSearchConnections with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeInboundCrossClusterSearchConnections', describeInboundCrossClusterSearchConnections_filters - A list of filters used to match properties for inbound cross-cluster search connection. Available Filter names for this operation are:

  • cross-cluster-search-connection-id
  • source-domain-info.domain-name
  • source-domain-info.owner-id
  • source-domain-info.region
  • destination-domain-info.domain-name

$sel:nextToken:DescribeInboundCrossClusterSearchConnections', describeInboundCrossClusterSearchConnections_nextToken - NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.

$sel:maxResults:DescribeInboundCrossClusterSearchConnections', describeInboundCrossClusterSearchConnections_maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.

data DescribeInboundCrossClusterSearchConnectionsResponse Source #

The result of a DescribeInboundCrossClusterSearchConnections request. Contains the list of connections matching the filter criteria.

See: newDescribeInboundCrossClusterSearchConnectionsResponse smart constructor.

Instances

Instances details
Eq DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Read DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Show DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

Generic DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

NFData DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

type Rep DescribeInboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections

type Rep DescribeInboundCrossClusterSearchConnectionsResponse = D1 ('MetaData "DescribeInboundCrossClusterSearchConnectionsResponse" "Network.AWS.ElasticSearch.DescribeInboundCrossClusterSearchConnections" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeInboundCrossClusterSearchConnectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InboundCrossClusterSearchConnection])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeInboundCrossClusterSearchConnectionsResponse Source #

Create a value of DescribeInboundCrossClusterSearchConnectionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:crossClusterSearchConnections:DescribeInboundCrossClusterSearchConnectionsResponse', describeInboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections - Consists of list of InboundCrossClusterSearchConnection matching the specified filter criteria.

$sel:nextToken:DescribeInboundCrossClusterSearchConnections', describeInboundCrossClusterSearchConnectionsResponse_nextToken - If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.

$sel:httpStatus:DescribeInboundCrossClusterSearchConnectionsResponse', describeInboundCrossClusterSearchConnectionsResponse_httpStatus - The response's http status code.

CreateElasticsearchDomain

data CreateElasticsearchDomain Source #

See: newCreateElasticsearchDomain smart constructor.

Instances

Instances details
Eq CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

Show CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

Generic CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

Associated Types

type Rep CreateElasticsearchDomain :: Type -> Type #

NFData CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

Hashable CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

ToJSON CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

AWSRequest CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

ToHeaders CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

ToPath CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

ToQuery CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

type Rep CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

type Rep CreateElasticsearchDomain = D1 ('MetaData "CreateElasticsearchDomain" "Network.AWS.ElasticSearch.CreateElasticsearchDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CreateElasticsearchDomain'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "eBSOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EBSOptions)) :*: S1 ('MetaSel ('Just "nodeToNodeEncryptionOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeToNodeEncryptionOptions))) :*: (S1 ('MetaSel ('Just "accessPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoTuneOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneOptionsInput)))) :*: ((S1 ('MetaSel ('Just "logPublishingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap LogType LogPublishingOption))) :*: S1 ('MetaSel ('Just "advancedSecurityOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdvancedSecurityOptionsInput))) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "elasticsearchClusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchClusterConfig))))) :*: (((S1 ('MetaSel ('Just "snapshotOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnapshotOptions)) :*: S1 ('MetaSel ('Just "cognitoOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoOptions))) :*: (S1 ('MetaSel ('Just "encryptionAtRestOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionAtRestOptions)) :*: S1 ('MetaSel ('Just "vPCOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCOptions)))) :*: ((S1 ('MetaSel ('Just "domainEndpointOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainEndpointOptions)) :*: S1 ('MetaSel ('Just "advancedOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "elasticsearchVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

newCreateElasticsearchDomain Source #

Create a value of CreateElasticsearchDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eBSOptions:CreateElasticsearchDomain', createElasticsearchDomain_eBSOptions - Options to enable, disable and specify the type and size of EBS storage volumes.

$sel:nodeToNodeEncryptionOptions:CreateElasticsearchDomain', createElasticsearchDomain_nodeToNodeEncryptionOptions - Specifies the NodeToNodeEncryptionOptions.

$sel:accessPolicies:CreateElasticsearchDomain', createElasticsearchDomain_accessPolicies - IAM access policy as a JSON-formatted string.

$sel:autoTuneOptions:CreateElasticsearchDomain', createElasticsearchDomain_autoTuneOptions - Specifies Auto-Tune options.

$sel:logPublishingOptions:CreateElasticsearchDomain', createElasticsearchDomain_logPublishingOptions - Map of LogType and LogPublishingOption, each containing options to publish a given type of Elasticsearch log.

$sel:advancedSecurityOptions:CreateElasticsearchDomain', createElasticsearchDomain_advancedSecurityOptions - Specifies advanced security options.

$sel:tagList:CreateElasticsearchDomain', createElasticsearchDomain_tagList - A list of Tag added during domain creation.

$sel:elasticsearchClusterConfig:CreateElasticsearchDomain', createElasticsearchDomain_elasticsearchClusterConfig - Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

$sel:snapshotOptions:CreateElasticsearchDomain', createElasticsearchDomain_snapshotOptions - Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

$sel:cognitoOptions:CreateElasticsearchDomain', createElasticsearchDomain_cognitoOptions - Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.

$sel:encryptionAtRestOptions:CreateElasticsearchDomain', createElasticsearchDomain_encryptionAtRestOptions - Specifies the Encryption At Rest Options.

$sel:vPCOptions:CreateElasticsearchDomain', createElasticsearchDomain_vPCOptions - Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains

$sel:domainEndpointOptions:CreateElasticsearchDomain', createElasticsearchDomain_domainEndpointOptions - Options to specify configuration that will be applied to the domain endpoint.

$sel:advancedOptions:CreateElasticsearchDomain', createElasticsearchDomain_advancedOptions - Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

$sel:elasticsearchVersion:CreateElasticsearchDomain', createElasticsearchDomain_elasticsearchVersion - String of format X.Y to specify version for the Elasticsearch domain eg. "1.5" or "2.3". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

$sel:domainName:CreateElasticsearchDomain', createElasticsearchDomain_domainName - The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a lowercase letter and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

data CreateElasticsearchDomainResponse Source #

The result of a CreateElasticsearchDomain operation. Contains the status of the newly created Elasticsearch domain.

See: newCreateElasticsearchDomainResponse smart constructor.

Instances

Instances details
Eq CreateElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

Read CreateElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

Show CreateElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

Generic CreateElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

Associated Types

type Rep CreateElasticsearchDomainResponse :: Type -> Type #

NFData CreateElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

type Rep CreateElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreateElasticsearchDomain

type Rep CreateElasticsearchDomainResponse = D1 ('MetaData "CreateElasticsearchDomainResponse" "Network.AWS.ElasticSearch.CreateElasticsearchDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CreateElasticsearchDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchDomainStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateElasticsearchDomainResponse Source #

Create a value of CreateElasticsearchDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainStatus:CreateElasticsearchDomainResponse', createElasticsearchDomainResponse_domainStatus - The status of the newly created Elasticsearch domain.

$sel:httpStatus:CreateElasticsearchDomainResponse', createElasticsearchDomainResponse_httpStatus - The response's http status code.

RemoveTags

data RemoveTags Source #

Container for the parameters to the RemoveTags operation. Specify the ARN for the Elasticsearch domain from which you want to remove the specified TagKey.

See: newRemoveTags smart constructor.

Constructors

RemoveTags' Text [Text] 

Instances

Instances details
Eq RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Read RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Show RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Generic RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Associated Types

type Rep RemoveTags :: Type -> Type #

NFData RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Methods

rnf :: RemoveTags -> () #

Hashable RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

ToJSON RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

AWSRequest RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Associated Types

type AWSResponse RemoveTags #

ToHeaders RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Methods

toHeaders :: RemoveTags -> [Header] #

ToPath RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

ToQuery RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

type Rep RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

type Rep RemoveTags = D1 ('MetaData "RemoveTags" "Network.AWS.ElasticSearch.RemoveTags" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "RemoveTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse RemoveTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

newRemoveTags Source #

Create a value of RemoveTags with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:RemoveTags', removeTags_arn - Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

$sel:tagKeys:RemoveTags', removeTags_tagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.

data RemoveTagsResponse Source #

See: newRemoveTagsResponse smart constructor.

Constructors

RemoveTagsResponse' 

Instances

Instances details
Eq RemoveTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Read RemoveTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Show RemoveTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Generic RemoveTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Associated Types

type Rep RemoveTagsResponse :: Type -> Type #

NFData RemoveTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Methods

rnf :: RemoveTagsResponse -> () #

type Rep RemoveTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

type Rep RemoveTagsResponse = D1 ('MetaData "RemoveTagsResponse" "Network.AWS.ElasticSearch.RemoveTags" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "RemoveTagsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRemoveTagsResponse :: RemoveTagsResponse Source #

Create a value of RemoveTagsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

GetCompatibleElasticsearchVersions

data GetCompatibleElasticsearchVersions Source #

Container for request parameters to GetCompatibleElasticsearchVersions operation.

See: newGetCompatibleElasticsearchVersions smart constructor.

Instances

Instances details
Eq GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

Read GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

Show GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

Generic GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

Associated Types

type Rep GetCompatibleElasticsearchVersions :: Type -> Type #

NFData GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

Hashable GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

AWSRequest GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

ToHeaders GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

ToPath GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

ToQuery GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

type Rep GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

type Rep GetCompatibleElasticsearchVersions = D1 ('MetaData "GetCompatibleElasticsearchVersions" "Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetCompatibleElasticsearchVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetCompatibleElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

newGetCompatibleElasticsearchVersions :: GetCompatibleElasticsearchVersions Source #

Create a value of GetCompatibleElasticsearchVersions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:GetCompatibleElasticsearchVersions', getCompatibleElasticsearchVersions_domainName - Undocumented member.

data GetCompatibleElasticsearchVersionsResponse Source #

Container for response returned by GetCompatibleElasticsearchVersions operation.

See: newGetCompatibleElasticsearchVersionsResponse smart constructor.

Instances

Instances details
Eq GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

Read GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

Show GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

Generic GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

NFData GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

type Rep GetCompatibleElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions

type Rep GetCompatibleElasticsearchVersionsResponse = D1 ('MetaData "GetCompatibleElasticsearchVersionsResponse" "Network.AWS.ElasticSearch.GetCompatibleElasticsearchVersions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetCompatibleElasticsearchVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compatibleElasticsearchVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CompatibleVersionsMap])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCompatibleElasticsearchVersionsResponse Source #

Create a value of GetCompatibleElasticsearchVersionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:compatibleElasticsearchVersions:GetCompatibleElasticsearchVersionsResponse', getCompatibleElasticsearchVersionsResponse_compatibleElasticsearchVersions - A map of compatible Elasticsearch versions returned as part of the GetCompatibleElasticsearchVersions operation.

$sel:httpStatus:GetCompatibleElasticsearchVersionsResponse', getCompatibleElasticsearchVersionsResponse_httpStatus - The response's http status code.

DescribeElasticsearchDomains

data DescribeElasticsearchDomains Source #

Container for the parameters to the DescribeElasticsearchDomains operation. By default, the API returns the status of all Elasticsearch domains.

See: newDescribeElasticsearchDomains smart constructor.

Instances

Instances details
Eq DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

Read DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

Show DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

Generic DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

Associated Types

type Rep DescribeElasticsearchDomains :: Type -> Type #

NFData DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

Hashable DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

ToJSON DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

AWSRequest DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

ToHeaders DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

ToPath DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

ToQuery DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

type Rep DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

type Rep DescribeElasticsearchDomains = D1 ('MetaData "DescribeElasticsearchDomains" "Network.AWS.ElasticSearch.DescribeElasticsearchDomains" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeElasticsearchDomains'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DescribeElasticsearchDomains Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

newDescribeElasticsearchDomains :: DescribeElasticsearchDomains Source #

Create a value of DescribeElasticsearchDomains with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainNames:DescribeElasticsearchDomains', describeElasticsearchDomains_domainNames - The Elasticsearch domains for which you want information.

data DescribeElasticsearchDomainsResponse Source #

The result of a DescribeElasticsearchDomains request. Contains the status of the specified domains or all domains owned by the account.

See: newDescribeElasticsearchDomainsResponse smart constructor.

Instances

Instances details
Eq DescribeElasticsearchDomainsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

Read DescribeElasticsearchDomainsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

Show DescribeElasticsearchDomainsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

Generic DescribeElasticsearchDomainsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

NFData DescribeElasticsearchDomainsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

type Rep DescribeElasticsearchDomainsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomains

type Rep DescribeElasticsearchDomainsResponse = D1 ('MetaData "DescribeElasticsearchDomainsResponse" "Network.AWS.ElasticSearch.DescribeElasticsearchDomains" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeElasticsearchDomainsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "domainStatusList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ElasticsearchDomainStatus])))

newDescribeElasticsearchDomainsResponse Source #

Create a value of DescribeElasticsearchDomainsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DescribeElasticsearchDomainsResponse', describeElasticsearchDomainsResponse_httpStatus - The response's http status code.

$sel:domainStatusList:DescribeElasticsearchDomainsResponse', describeElasticsearchDomainsResponse_domainStatusList - The status of the domains requested in the DescribeElasticsearchDomains request.

ListDomainsForPackage

data ListDomainsForPackage Source #

Container for request parameters to ListDomainsForPackage operation.

See: newListDomainsForPackage smart constructor.

Instances

Instances details
Eq ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

Read ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

Show ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

Generic ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

Associated Types

type Rep ListDomainsForPackage :: Type -> Type #

NFData ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

Methods

rnf :: ListDomainsForPackage -> () #

Hashable ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

AWSRequest ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

Associated Types

type AWSResponse ListDomainsForPackage #

ToHeaders ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

ToPath ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

ToQuery ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

type Rep ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

type Rep ListDomainsForPackage = D1 ('MetaData "ListDomainsForPackage" "Network.AWS.ElasticSearch.ListDomainsForPackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListDomainsForPackage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "packageID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListDomainsForPackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

newListDomainsForPackage Source #

Create a value of ListDomainsForPackage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListDomainsForPackage', listDomainsForPackage_nextToken - Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.

$sel:maxResults:ListDomainsForPackage', listDomainsForPackage_maxResults - Limits results to a maximum number of domains.

$sel:packageID:ListDomainsForPackage', listDomainsForPackage_packageID - The package for which to list domains.

data ListDomainsForPackageResponse Source #

Container for response parameters to ListDomainsForPackage operation.

See: newListDomainsForPackageResponse smart constructor.

Instances

Instances details
Eq ListDomainsForPackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

Read ListDomainsForPackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

Show ListDomainsForPackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

Generic ListDomainsForPackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

Associated Types

type Rep ListDomainsForPackageResponse :: Type -> Type #

NFData ListDomainsForPackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

type Rep ListDomainsForPackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainsForPackage

type Rep ListDomainsForPackageResponse = D1 ('MetaData "ListDomainsForPackageResponse" "Network.AWS.ElasticSearch.ListDomainsForPackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListDomainsForPackageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainPackageDetailsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainPackageDetails])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDomainsForPackageResponse Source #

Create a value of ListDomainsForPackageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainPackageDetailsList:ListDomainsForPackageResponse', listDomainsForPackageResponse_domainPackageDetailsList - List of DomainPackageDetails objects.

$sel:nextToken:ListDomainsForPackage', listDomainsForPackageResponse_nextToken - Undocumented member.

$sel:httpStatus:ListDomainsForPackageResponse', listDomainsForPackageResponse_httpStatus - The response's http status code.

ListPackagesForDomain

data ListPackagesForDomain Source #

Container for request parameters to ListPackagesForDomain operation.

See: newListPackagesForDomain smart constructor.

Instances

Instances details
Eq ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

Read ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

Show ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

Generic ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

Associated Types

type Rep ListPackagesForDomain :: Type -> Type #

NFData ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

Methods

rnf :: ListPackagesForDomain -> () #

Hashable ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

AWSRequest ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

Associated Types

type AWSResponse ListPackagesForDomain #

ToHeaders ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

ToPath ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

ToQuery ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

type Rep ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

type Rep ListPackagesForDomain = D1 ('MetaData "ListPackagesForDomain" "Network.AWS.ElasticSearch.ListPackagesForDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListPackagesForDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListPackagesForDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

newListPackagesForDomain Source #

Create a value of ListPackagesForDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListPackagesForDomain', listPackagesForDomain_nextToken - Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.

$sel:maxResults:ListPackagesForDomain', listPackagesForDomain_maxResults - Limits results to a maximum number of packages.

$sel:domainName:ListPackagesForDomain', listPackagesForDomain_domainName - The name of the domain for which you want to list associated packages.

data ListPackagesForDomainResponse Source #

Container for response parameters to ListPackagesForDomain operation.

See: newListPackagesForDomainResponse smart constructor.

Instances

Instances details
Eq ListPackagesForDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

Read ListPackagesForDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

Show ListPackagesForDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

Generic ListPackagesForDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

Associated Types

type Rep ListPackagesForDomainResponse :: Type -> Type #

NFData ListPackagesForDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

type Rep ListPackagesForDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListPackagesForDomain

type Rep ListPackagesForDomainResponse = D1 ('MetaData "ListPackagesForDomainResponse" "Network.AWS.ElasticSearch.ListPackagesForDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListPackagesForDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainPackageDetailsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainPackageDetails])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPackagesForDomainResponse Source #

Create a value of ListPackagesForDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainPackageDetailsList:ListPackagesForDomainResponse', listPackagesForDomainResponse_domainPackageDetailsList - List of DomainPackageDetails objects.

$sel:nextToken:ListPackagesForDomain', listPackagesForDomainResponse_nextToken - Pagination token that needs to be supplied to the next call to get the next page of results.

$sel:httpStatus:ListPackagesForDomainResponse', listPackagesForDomainResponse_httpStatus - The response's http status code.

StartElasticsearchServiceSoftwareUpdate

data StartElasticsearchServiceSoftwareUpdate Source #

Container for the parameters to the StartElasticsearchServiceSoftwareUpdate operation. Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.

See: newStartElasticsearchServiceSoftwareUpdate smart constructor.

Instances

Instances details
Eq StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

Read StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

Show StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

Generic StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

NFData StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

Hashable StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

ToJSON StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

AWSRequest StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

ToHeaders StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

ToPath StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

ToQuery StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

type Rep StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

type Rep StartElasticsearchServiceSoftwareUpdate = D1 ('MetaData "StartElasticsearchServiceSoftwareUpdate" "Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "StartElasticsearchServiceSoftwareUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

newStartElasticsearchServiceSoftwareUpdate Source #

Create a value of StartElasticsearchServiceSoftwareUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:StartElasticsearchServiceSoftwareUpdate', startElasticsearchServiceSoftwareUpdate_domainName - The name of the domain that you want to update to the latest service software.

data StartElasticsearchServiceSoftwareUpdateResponse Source #

The result of a StartElasticsearchServiceSoftwareUpdate operation. Contains the status of the update.

See: newStartElasticsearchServiceSoftwareUpdateResponse smart constructor.

Instances

Instances details
Eq StartElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

Read StartElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

Show StartElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

Generic StartElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

NFData StartElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

type Rep StartElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate

type Rep StartElasticsearchServiceSoftwareUpdateResponse = D1 ('MetaData "StartElasticsearchServiceSoftwareUpdateResponse" "Network.AWS.ElasticSearch.StartElasticsearchServiceSoftwareUpdate" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "StartElasticsearchServiceSoftwareUpdateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceSoftwareOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceSoftwareOptions)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeDomainAutoTunes

data DescribeDomainAutoTunes Source #

Container for the parameters to the DescribeDomainAutoTunes operation.

See: newDescribeDomainAutoTunes smart constructor.

Instances

Instances details
Eq DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

Read DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

Show DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

Generic DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

Associated Types

type Rep DescribeDomainAutoTunes :: Type -> Type #

NFData DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

Methods

rnf :: DescribeDomainAutoTunes -> () #

Hashable DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

AWSRequest DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

ToHeaders DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

ToPath DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

ToQuery DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

type Rep DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

type Rep DescribeDomainAutoTunes = D1 ('MetaData "DescribeDomainAutoTunes" "Network.AWS.ElasticSearch.DescribeDomainAutoTunes" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeDomainAutoTunes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeDomainAutoTunes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

newDescribeDomainAutoTunes Source #

Create a value of DescribeDomainAutoTunes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeDomainAutoTunes', describeDomainAutoTunes_nextToken - NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.

$sel:maxResults:DescribeDomainAutoTunes', describeDomainAutoTunes_maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.

$sel:domainName:DescribeDomainAutoTunes', describeDomainAutoTunes_domainName - Specifies the domain name for which you want Auto-Tune action details.

data DescribeDomainAutoTunesResponse Source #

The result of DescribeDomainAutoTunes request. See the Developer Guide for more information.

See: newDescribeDomainAutoTunesResponse smart constructor.

Instances

Instances details
Eq DescribeDomainAutoTunesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

Read DescribeDomainAutoTunesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

Show DescribeDomainAutoTunesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

Generic DescribeDomainAutoTunesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

Associated Types

type Rep DescribeDomainAutoTunesResponse :: Type -> Type #

NFData DescribeDomainAutoTunesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

type Rep DescribeDomainAutoTunesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeDomainAutoTunes

type Rep DescribeDomainAutoTunesResponse = D1 ('MetaData "DescribeDomainAutoTunesResponse" "Network.AWS.ElasticSearch.DescribeDomainAutoTunes" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeDomainAutoTunesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoTunes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoTune])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDomainAutoTunesResponse Source #

Create a value of DescribeDomainAutoTunesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeDomainAutoTunes', describeDomainAutoTunesResponse_nextToken - Specifies an identifier to allow retrieval of paginated results.

$sel:autoTunes:DescribeDomainAutoTunesResponse', describeDomainAutoTunesResponse_autoTunes - Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.

$sel:httpStatus:DescribeDomainAutoTunesResponse', describeDomainAutoTunesResponse_httpStatus - The response's http status code.

ListElasticsearchInstanceTypes (Paginated)

data ListElasticsearchInstanceTypes Source #

Container for the parameters to the ListElasticsearchInstanceTypes operation.

See: newListElasticsearchInstanceTypes smart constructor.

Instances

Instances details
Eq ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

Read ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

Show ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

Generic ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

Associated Types

type Rep ListElasticsearchInstanceTypes :: Type -> Type #

NFData ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

Hashable ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

AWSPager ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

AWSRequest ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

ToHeaders ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

ToPath ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

ToQuery ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

type Rep ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

type Rep ListElasticsearchInstanceTypes = D1 ('MetaData "ListElasticsearchInstanceTypes" "Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListElasticsearchInstanceTypes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "elasticsearchVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListElasticsearchInstanceTypes Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

newListElasticsearchInstanceTypes Source #

Create a value of ListElasticsearchInstanceTypes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListElasticsearchInstanceTypes', listElasticsearchInstanceTypes_nextToken - NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

$sel:domainName:ListElasticsearchInstanceTypes', listElasticsearchInstanceTypes_domainName - DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.

$sel:maxResults:ListElasticsearchInstanceTypes', listElasticsearchInstanceTypes_maxResults - Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.

$sel:elasticsearchVersion:ListElasticsearchInstanceTypes', listElasticsearchInstanceTypes_elasticsearchVersion - Version of Elasticsearch for which list of supported elasticsearch instance types are needed.

data ListElasticsearchInstanceTypesResponse Source #

Container for the parameters returned by ListElasticsearchInstanceTypes operation.

See: newListElasticsearchInstanceTypesResponse smart constructor.

Instances

Instances details
Eq ListElasticsearchInstanceTypesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

Read ListElasticsearchInstanceTypesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

Show ListElasticsearchInstanceTypesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

Generic ListElasticsearchInstanceTypesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

NFData ListElasticsearchInstanceTypesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

type Rep ListElasticsearchInstanceTypesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes

type Rep ListElasticsearchInstanceTypesResponse = D1 ('MetaData "ListElasticsearchInstanceTypesResponse" "Network.AWS.ElasticSearch.ListElasticsearchInstanceTypes" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListElasticsearchInstanceTypesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "elasticsearchInstanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ESPartitionInstanceType])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListElasticsearchInstanceTypesResponse Source #

Create a value of ListElasticsearchInstanceTypesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:elasticsearchInstanceTypes:ListElasticsearchInstanceTypesResponse', listElasticsearchInstanceTypesResponse_elasticsearchInstanceTypes - List of instance types supported by Amazon Elasticsearch service for given ElasticsearchVersion

$sel:nextToken:ListElasticsearchInstanceTypes', listElasticsearchInstanceTypesResponse_nextToken - In case if there are more results available NextToken would be present, make further request to the same API with received NextToken to paginate remaining results.

$sel:httpStatus:ListElasticsearchInstanceTypesResponse', listElasticsearchInstanceTypesResponse_httpStatus - The response's http status code.

DeleteElasticsearchServiceRole

data DeleteElasticsearchServiceRole Source #

See: newDeleteElasticsearchServiceRole smart constructor.

Instances

Instances details
Eq DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

Read DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

Show DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

Generic DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

Associated Types

type Rep DeleteElasticsearchServiceRole :: Type -> Type #

NFData DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

Hashable DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

AWSRequest DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

ToHeaders DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

ToPath DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

ToQuery DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

type Rep DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

type Rep DeleteElasticsearchServiceRole = D1 ('MetaData "DeleteElasticsearchServiceRole" "Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteElasticsearchServiceRole'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DeleteElasticsearchServiceRole Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

newDeleteElasticsearchServiceRole :: DeleteElasticsearchServiceRole Source #

Create a value of DeleteElasticsearchServiceRole with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data DeleteElasticsearchServiceRoleResponse Source #

Instances

Instances details
Eq DeleteElasticsearchServiceRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

Read DeleteElasticsearchServiceRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

Show DeleteElasticsearchServiceRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

Generic DeleteElasticsearchServiceRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

NFData DeleteElasticsearchServiceRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

type Rep DeleteElasticsearchServiceRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole

type Rep DeleteElasticsearchServiceRoleResponse = D1 ('MetaData "DeleteElasticsearchServiceRoleResponse" "Network.AWS.ElasticSearch.DeleteElasticsearchServiceRole" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteElasticsearchServiceRoleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteElasticsearchServiceRoleResponse :: DeleteElasticsearchServiceRoleResponse Source #

Create a value of DeleteElasticsearchServiceRoleResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeElasticsearchDomain

data DescribeElasticsearchDomain Source #

Container for the parameters to the DescribeElasticsearchDomain operation.

See: newDescribeElasticsearchDomain smart constructor.

Instances

Instances details
Eq DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

Read DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

Show DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

Generic DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

Associated Types

type Rep DescribeElasticsearchDomain :: Type -> Type #

NFData DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

Hashable DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

AWSRequest DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

ToHeaders DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

ToPath DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

ToQuery DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

type Rep DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

type Rep DescribeElasticsearchDomain = D1 ('MetaData "DescribeElasticsearchDomain" "Network.AWS.ElasticSearch.DescribeElasticsearchDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeElasticsearchDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

newDescribeElasticsearchDomain Source #

Create a value of DescribeElasticsearchDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:DescribeElasticsearchDomain', describeElasticsearchDomain_domainName - The name of the Elasticsearch domain for which you want information.

data DescribeElasticsearchDomainResponse Source #

The result of a DescribeElasticsearchDomain request. Contains the status of the domain specified in the request.

See: newDescribeElasticsearchDomainResponse smart constructor.

Instances

Instances details
Eq DescribeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

Read DescribeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

Show DescribeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

Generic DescribeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

NFData DescribeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

type Rep DescribeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomain

type Rep DescribeElasticsearchDomainResponse = D1 ('MetaData "DescribeElasticsearchDomainResponse" "Network.AWS.ElasticSearch.DescribeElasticsearchDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeElasticsearchDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "domainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ElasticsearchDomainStatus)))

newDescribeElasticsearchDomainResponse Source #

Create a value of DescribeElasticsearchDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DescribeElasticsearchDomainResponse', describeElasticsearchDomainResponse_httpStatus - The response's http status code.

$sel:domainStatus:DescribeElasticsearchDomainResponse', describeElasticsearchDomainResponse_domainStatus - The current status of the Elasticsearch domain.

ListDomainNames

data ListDomainNames Source #

Container for the parameters to the ListDomainNames operation.

See: newListDomainNames smart constructor.

Instances

Instances details
Eq ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Read ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Show ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Generic ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Associated Types

type Rep ListDomainNames :: Type -> Type #

NFData ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Methods

rnf :: ListDomainNames -> () #

Hashable ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

AWSRequest ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Associated Types

type AWSResponse ListDomainNames #

ToHeaders ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

ToPath ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

ToQuery ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

type Rep ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

type Rep ListDomainNames = D1 ('MetaData "ListDomainNames" "Network.AWS.ElasticSearch.ListDomainNames" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListDomainNames'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EngineType))))
type AWSResponse ListDomainNames Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

newListDomainNames :: ListDomainNames Source #

Create a value of ListDomainNames with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:engineType:ListDomainNames', listDomainNames_engineType - Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.

data ListDomainNamesResponse Source #

The result of a ListDomainNames operation. Contains the names of all domains owned by this account and their respective engine types.

See: newListDomainNamesResponse smart constructor.

Instances

Instances details
Eq ListDomainNamesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Read ListDomainNamesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Show ListDomainNamesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Generic ListDomainNamesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Associated Types

type Rep ListDomainNamesResponse :: Type -> Type #

NFData ListDomainNamesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

Methods

rnf :: ListDomainNamesResponse -> () #

type Rep ListDomainNamesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListDomainNames

type Rep ListDomainNamesResponse = D1 ('MetaData "ListDomainNamesResponse" "Network.AWS.ElasticSearch.ListDomainNames" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListDomainNamesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListDomainNamesResponse Source #

Create a value of ListDomainNamesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainNames:ListDomainNamesResponse', listDomainNamesResponse_domainNames - List of domain names and respective engine types.

$sel:httpStatus:ListDomainNamesResponse', listDomainNamesResponse_httpStatus - The response's http status code.

AssociatePackage

data AssociatePackage Source #

Container for request parameters to AssociatePackage operation.

See: newAssociatePackage smart constructor.

Instances

Instances details
Eq AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

Read AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

Show AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

Generic AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

Associated Types

type Rep AssociatePackage :: Type -> Type #

NFData AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

Methods

rnf :: AssociatePackage -> () #

Hashable AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

ToJSON AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

AWSRequest AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

Associated Types

type AWSResponse AssociatePackage #

ToHeaders AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

ToPath AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

ToQuery AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

type Rep AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

type Rep AssociatePackage = D1 ('MetaData "AssociatePackage" "Network.AWS.ElasticSearch.AssociatePackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AssociatePackage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "packageID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AssociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

newAssociatePackage Source #

Create a value of AssociatePackage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:packageID:AssociatePackage', associatePackage_packageID - Internal ID of the package that you want to associate with a domain. Use DescribePackages to find this value.

$sel:domainName:AssociatePackage', associatePackage_domainName - Name of the domain that you want to associate the package with.

data AssociatePackageResponse Source #

Container for response returned by AssociatePackage operation.

See: newAssociatePackageResponse smart constructor.

Instances

Instances details
Eq AssociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

Read AssociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

Show AssociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

Generic AssociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

Associated Types

type Rep AssociatePackageResponse :: Type -> Type #

NFData AssociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

type Rep AssociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AssociatePackage

type Rep AssociatePackageResponse = D1 ('MetaData "AssociatePackageResponse" "Network.AWS.ElasticSearch.AssociatePackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AssociatePackageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainPackageDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainPackageDetails)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociatePackageResponse Source #

Create a value of AssociatePackageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainPackageDetails:AssociatePackageResponse', associatePackageResponse_domainPackageDetails - DomainPackageDetails

$sel:httpStatus:AssociatePackageResponse', associatePackageResponse_httpStatus - The response's http status code.

DeleteOutboundCrossClusterSearchConnection

data DeleteOutboundCrossClusterSearchConnection Source #

Container for the parameters to the DeleteOutboundCrossClusterSearchConnection operation.

See: newDeleteOutboundCrossClusterSearchConnection smart constructor.

Instances

Instances details
Eq DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

Read DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

Show DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

Generic DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

NFData DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

Hashable DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

AWSRequest DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

ToHeaders DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

ToPath DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

ToQuery DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

type Rep DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

type Rep DeleteOutboundCrossClusterSearchConnection = D1 ('MetaData "DeleteOutboundCrossClusterSearchConnection" "Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteOutboundCrossClusterSearchConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteOutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

newDeleteOutboundCrossClusterSearchConnection Source #

Create a value of DeleteOutboundCrossClusterSearchConnection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:crossClusterSearchConnectionId:DeleteOutboundCrossClusterSearchConnection', deleteOutboundCrossClusterSearchConnection_crossClusterSearchConnectionId - The id of the outbound connection that you want to permanently delete.

data DeleteOutboundCrossClusterSearchConnectionResponse Source #

The result of a DeleteOutboundCrossClusterSearchConnection operation. Contains details of deleted outbound connection.

See: newDeleteOutboundCrossClusterSearchConnectionResponse smart constructor.

Instances

Instances details
Eq DeleteOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

Read DeleteOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

Show DeleteOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

Generic DeleteOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

NFData DeleteOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

type Rep DeleteOutboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection

type Rep DeleteOutboundCrossClusterSearchConnectionResponse = D1 ('MetaData "DeleteOutboundCrossClusterSearchConnectionResponse" "Network.AWS.ElasticSearch.DeleteOutboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteOutboundCrossClusterSearchConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutboundCrossClusterSearchConnection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeElasticsearchInstanceTypeLimits

data DescribeElasticsearchInstanceTypeLimits Source #

Container for the parameters to DescribeElasticsearchInstanceTypeLimits operation.

See: newDescribeElasticsearchInstanceTypeLimits smart constructor.

Instances

Instances details
Eq DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

Read DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

Show DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

Generic DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

NFData DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

Hashable DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

AWSRequest DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

ToHeaders DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

ToPath DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

ToQuery DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

type Rep DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

type Rep DescribeElasticsearchInstanceTypeLimits = D1 ('MetaData "DescribeElasticsearchInstanceTypeLimits" "Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeElasticsearchInstanceTypeLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ESPartitionInstanceType) :*: S1 ('MetaSel ('Just "elasticsearchVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeElasticsearchInstanceTypeLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

newDescribeElasticsearchInstanceTypeLimits Source #

Create a value of DescribeElasticsearchInstanceTypeLimits with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:DescribeElasticsearchInstanceTypeLimits', describeElasticsearchInstanceTypeLimits_domainName - DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for Elasticsearch Limits for existing domain.

$sel:instanceType:DescribeElasticsearchInstanceTypeLimits', describeElasticsearchInstanceTypeLimits_instanceType - The instance type for an Elasticsearch cluster for which Elasticsearch Limits are needed.

$sel:elasticsearchVersion:DescribeElasticsearchInstanceTypeLimits', describeElasticsearchInstanceTypeLimits_elasticsearchVersion - Version of Elasticsearch for which Limits are needed.

data DescribeElasticsearchInstanceTypeLimitsResponse Source #

Container for the parameters received from DescribeElasticsearchInstanceTypeLimits operation.

See: newDescribeElasticsearchInstanceTypeLimitsResponse smart constructor.

Instances

Instances details
Eq DescribeElasticsearchInstanceTypeLimitsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

Read DescribeElasticsearchInstanceTypeLimitsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

Show DescribeElasticsearchInstanceTypeLimitsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

Generic DescribeElasticsearchInstanceTypeLimitsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

NFData DescribeElasticsearchInstanceTypeLimitsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

type Rep DescribeElasticsearchInstanceTypeLimitsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits

type Rep DescribeElasticsearchInstanceTypeLimitsResponse = D1 ('MetaData "DescribeElasticsearchInstanceTypeLimitsResponse" "Network.AWS.ElasticSearch.DescribeElasticsearchInstanceTypeLimits" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeElasticsearchInstanceTypeLimitsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limitsByRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Limits))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetPackageVersionHistory

data GetPackageVersionHistory Source #

Container for request parameters to GetPackageVersionHistory operation.

See: newGetPackageVersionHistory smart constructor.

Instances

Instances details
Eq GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

Read GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

Show GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

Generic GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

Associated Types

type Rep GetPackageVersionHistory :: Type -> Type #

NFData GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

Hashable GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

AWSRequest GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

ToHeaders GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

ToPath GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

ToQuery GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

type Rep GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

type Rep GetPackageVersionHistory = D1 ('MetaData "GetPackageVersionHistory" "Network.AWS.ElasticSearch.GetPackageVersionHistory" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetPackageVersionHistory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "packageID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetPackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

newGetPackageVersionHistory Source #

Create a value of GetPackageVersionHistory with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:GetPackageVersionHistory', getPackageVersionHistory_nextToken - Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.

$sel:maxResults:GetPackageVersionHistory', getPackageVersionHistory_maxResults - Limits results to a maximum number of versions.

$sel:packageID:GetPackageVersionHistory', getPackageVersionHistory_packageID - Returns an audit history of versions of the package.

data GetPackageVersionHistoryResponse Source #

Container for response returned by GetPackageVersionHistory operation.

See: newGetPackageVersionHistoryResponse smart constructor.

Instances

Instances details
Eq GetPackageVersionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

Read GetPackageVersionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

Show GetPackageVersionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

Generic GetPackageVersionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

Associated Types

type Rep GetPackageVersionHistoryResponse :: Type -> Type #

NFData GetPackageVersionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

type Rep GetPackageVersionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetPackageVersionHistory

type Rep GetPackageVersionHistoryResponse = D1 ('MetaData "GetPackageVersionHistoryResponse" "Network.AWS.ElasticSearch.GetPackageVersionHistory" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetPackageVersionHistoryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "packageID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "packageVersionHistoryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PackageVersionHistory]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

GetUpgradeHistory (Paginated)

data GetUpgradeHistory Source #

Container for request parameters to GetUpgradeHistory operation.

See: newGetUpgradeHistory smart constructor.

Instances

Instances details
Eq GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

Read GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

Show GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

Generic GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

Associated Types

type Rep GetUpgradeHistory :: Type -> Type #

NFData GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

Methods

rnf :: GetUpgradeHistory -> () #

Hashable GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

AWSPager GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

AWSRequest GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

Associated Types

type AWSResponse GetUpgradeHistory #

ToHeaders GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

ToPath GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

ToQuery GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

type Rep GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

type Rep GetUpgradeHistory = D1 ('MetaData "GetUpgradeHistory" "Network.AWS.ElasticSearch.GetUpgradeHistory" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetUpgradeHistory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetUpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

newGetUpgradeHistory Source #

Create a value of GetUpgradeHistory with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:GetUpgradeHistory', getUpgradeHistory_nextToken - Undocumented member.

$sel:maxResults:GetUpgradeHistory', getUpgradeHistory_maxResults - Undocumented member.

$sel:domainName:GetUpgradeHistory', getUpgradeHistory_domainName - Undocumented member.

data GetUpgradeHistoryResponse Source #

Container for response returned by GetUpgradeHistory operation.

See: newGetUpgradeHistoryResponse smart constructor.

Instances

Instances details
Eq GetUpgradeHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

Read GetUpgradeHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

Show GetUpgradeHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

Generic GetUpgradeHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

Associated Types

type Rep GetUpgradeHistoryResponse :: Type -> Type #

NFData GetUpgradeHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

type Rep GetUpgradeHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeHistory

type Rep GetUpgradeHistoryResponse = D1 ('MetaData "GetUpgradeHistoryResponse" "Network.AWS.ElasticSearch.GetUpgradeHistory" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetUpgradeHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "upgradeHistories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpgradeHistory])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetUpgradeHistoryResponse Source #

Create a value of GetUpgradeHistoryResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:GetUpgradeHistory', getUpgradeHistoryResponse_nextToken - Pagination token that needs to be supplied to the next call to get the next page of results

$sel:upgradeHistories:GetUpgradeHistoryResponse', getUpgradeHistoryResponse_upgradeHistories - A list of UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of GetUpgradeHistoryResponse object.

$sel:httpStatus:GetUpgradeHistoryResponse', getUpgradeHistoryResponse_httpStatus - The response's http status code.

DescribePackages

data DescribePackages Source #

Container for request parameters to DescribePackage operation.

See: newDescribePackages smart constructor.

Instances

Instances details
Eq DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

Read DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

Show DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

Generic DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

Associated Types

type Rep DescribePackages :: Type -> Type #

NFData DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

Methods

rnf :: DescribePackages -> () #

Hashable DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

ToJSON DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

AWSRequest DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

Associated Types

type AWSResponse DescribePackages #

ToHeaders DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

ToPath DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

ToQuery DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

type Rep DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

type Rep DescribePackages = D1 ('MetaData "DescribePackages" "Network.AWS.ElasticSearch.DescribePackages" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribePackages'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DescribePackagesFilter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribePackages Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

newDescribePackages :: DescribePackages Source #

Create a value of DescribePackages with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribePackages', describePackages_filters - Only returns packages that match the DescribePackagesFilterList values.

$sel:nextToken:DescribePackages', describePackages_nextToken - Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.

$sel:maxResults:DescribePackages', describePackages_maxResults - Limits results to a maximum number of packages.

data DescribePackagesResponse Source #

Container for response returned by DescribePackages operation.

See: newDescribePackagesResponse smart constructor.

Instances

Instances details
Eq DescribePackagesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

Read DescribePackagesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

Show DescribePackagesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

Generic DescribePackagesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

Associated Types

type Rep DescribePackagesResponse :: Type -> Type #

NFData DescribePackagesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

type Rep DescribePackagesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribePackages

type Rep DescribePackagesResponse = D1 ('MetaData "DescribePackagesResponse" "Network.AWS.ElasticSearch.DescribePackages" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribePackagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "packageDetailsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PackageDetails])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribePackagesResponse Source #

Create a value of DescribePackagesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:packageDetailsList:DescribePackagesResponse', describePackagesResponse_packageDetailsList - List of PackageDetails objects.

$sel:nextToken:DescribePackages', describePackagesResponse_nextToken - Undocumented member.

$sel:httpStatus:DescribePackagesResponse', describePackagesResponse_httpStatus - The response's http status code.

DescribeElasticsearchDomainConfig

data DescribeElasticsearchDomainConfig Source #

Container for the parameters to the DescribeElasticsearchDomainConfig operation. Specifies the domain name for which you want configuration information.

See: newDescribeElasticsearchDomainConfig smart constructor.

Instances

Instances details
Eq DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

Read DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

Show DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

Generic DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

Associated Types

type Rep DescribeElasticsearchDomainConfig :: Type -> Type #

NFData DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

Hashable DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

AWSRequest DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

ToHeaders DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

ToPath DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

ToQuery DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

type Rep DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

type Rep DescribeElasticsearchDomainConfig = D1 ('MetaData "DescribeElasticsearchDomainConfig" "Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeElasticsearchDomainConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

newDescribeElasticsearchDomainConfig Source #

Create a value of DescribeElasticsearchDomainConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:DescribeElasticsearchDomainConfig', describeElasticsearchDomainConfig_domainName - The Elasticsearch domain that you want to get information about.

data DescribeElasticsearchDomainConfigResponse Source #

The result of a DescribeElasticsearchDomainConfig request. Contains the configuration information of the requested domain.

See: newDescribeElasticsearchDomainConfigResponse smart constructor.

Instances

Instances details
Eq DescribeElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

Read DescribeElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

Show DescribeElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

Generic DescribeElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

NFData DescribeElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

type Rep DescribeElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig

type Rep DescribeElasticsearchDomainConfigResponse = D1 ('MetaData "DescribeElasticsearchDomainConfigResponse" "Network.AWS.ElasticSearch.DescribeElasticsearchDomainConfig" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeElasticsearchDomainConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "domainConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ElasticsearchDomainConfig)))

newDescribeElasticsearchDomainConfigResponse Source #

Create a value of DescribeElasticsearchDomainConfigResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DescribeElasticsearchDomainConfigResponse', describeElasticsearchDomainConfigResponse_httpStatus - The response's http status code.

$sel:domainConfig:DescribeElasticsearchDomainConfigResponse', describeElasticsearchDomainConfigResponse_domainConfig - The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

GetUpgradeStatus

data GetUpgradeStatus Source #

Container for request parameters to GetUpgradeStatus operation.

See: newGetUpgradeStatus smart constructor.

Constructors

GetUpgradeStatus' Text 

Instances

Instances details
Eq GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

Read GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

Show GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

Generic GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

Associated Types

type Rep GetUpgradeStatus :: Type -> Type #

NFData GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

Methods

rnf :: GetUpgradeStatus -> () #

Hashable GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

AWSRequest GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

Associated Types

type AWSResponse GetUpgradeStatus #

ToHeaders GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

ToPath GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

ToQuery GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

type Rep GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

type Rep GetUpgradeStatus = D1 ('MetaData "GetUpgradeStatus" "Network.AWS.ElasticSearch.GetUpgradeStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetUpgradeStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetUpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

newGetUpgradeStatus Source #

Create a value of GetUpgradeStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:GetUpgradeStatus', getUpgradeStatus_domainName - Undocumented member.

data GetUpgradeStatusResponse Source #

Container for response returned by GetUpgradeStatus operation.

See: newGetUpgradeStatusResponse smart constructor.

Instances

Instances details
Eq GetUpgradeStatusResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

Read GetUpgradeStatusResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

Show GetUpgradeStatusResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

Generic GetUpgradeStatusResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

Associated Types

type Rep GetUpgradeStatusResponse :: Type -> Type #

NFData GetUpgradeStatusResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

type Rep GetUpgradeStatusResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.GetUpgradeStatus

type Rep GetUpgradeStatusResponse = D1 ('MetaData "GetUpgradeStatusResponse" "Network.AWS.ElasticSearch.GetUpgradeStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "GetUpgradeStatusResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeStatus)) :*: S1 ('MetaSel ('Just "upgradeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "upgradeStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeStep)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetUpgradeStatusResponse Source #

Create a value of GetUpgradeStatusResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stepStatus:GetUpgradeStatusResponse', getUpgradeStatusResponse_stepStatus - One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse object. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

$sel:upgradeName:GetUpgradeStatusResponse', getUpgradeStatusResponse_upgradeName - A string that describes the update briefly

$sel:upgradeStep:GetUpgradeStatusResponse', getUpgradeStatusResponse_upgradeStep - Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:

  • PreUpgradeCheck
  • Snapshot
  • Upgrade

$sel:httpStatus:GetUpgradeStatusResponse', getUpgradeStatusResponse_httpStatus - The response's http status code.

DeleteElasticsearchDomain

data DeleteElasticsearchDomain Source #

Container for the parameters to the DeleteElasticsearchDomain operation. Specifies the name of the Elasticsearch domain that you want to delete.

See: newDeleteElasticsearchDomain smart constructor.

Instances

Instances details
Eq DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

Read DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

Show DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

Generic DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

Associated Types

type Rep DeleteElasticsearchDomain :: Type -> Type #

NFData DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

Hashable DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

AWSRequest DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

ToHeaders DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

ToPath DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

ToQuery DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

type Rep DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

type Rep DeleteElasticsearchDomain = D1 ('MetaData "DeleteElasticsearchDomain" "Network.AWS.ElasticSearch.DeleteElasticsearchDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteElasticsearchDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

newDeleteElasticsearchDomain Source #

Create a value of DeleteElasticsearchDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:DeleteElasticsearchDomain', deleteElasticsearchDomain_domainName - The name of the Elasticsearch domain that you want to permanently delete.

data DeleteElasticsearchDomainResponse Source #

The result of a DeleteElasticsearchDomain request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.

See: newDeleteElasticsearchDomainResponse smart constructor.

Instances

Instances details
Eq DeleteElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

Read DeleteElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

Show DeleteElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

Generic DeleteElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

Associated Types

type Rep DeleteElasticsearchDomainResponse :: Type -> Type #

NFData DeleteElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

type Rep DeleteElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteElasticsearchDomain

type Rep DeleteElasticsearchDomainResponse = D1 ('MetaData "DeleteElasticsearchDomainResponse" "Network.AWS.ElasticSearch.DeleteElasticsearchDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteElasticsearchDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchDomainStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteElasticsearchDomainResponse Source #

Create a value of DeleteElasticsearchDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainStatus:DeleteElasticsearchDomainResponse', deleteElasticsearchDomainResponse_domainStatus - The status of the Elasticsearch domain being deleted.

$sel:httpStatus:DeleteElasticsearchDomainResponse', deleteElasticsearchDomainResponse_httpStatus - The response's http status code.

DissociatePackage

data DissociatePackage Source #

Container for request parameters to DissociatePackage operation.

See: newDissociatePackage smart constructor.

Instances

Instances details
Eq DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

Read DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

Show DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

Generic DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

Associated Types

type Rep DissociatePackage :: Type -> Type #

NFData DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

Methods

rnf :: DissociatePackage -> () #

Hashable DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

ToJSON DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

AWSRequest DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

Associated Types

type AWSResponse DissociatePackage #

ToHeaders DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

ToPath DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

ToQuery DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

type Rep DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

type Rep DissociatePackage = D1 ('MetaData "DissociatePackage" "Network.AWS.ElasticSearch.DissociatePackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DissociatePackage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "packageID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DissociatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

newDissociatePackage Source #

Create a value of DissociatePackage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:packageID:DissociatePackage', dissociatePackage_packageID - Internal ID of the package that you want to associate with a domain. Use DescribePackages to find this value.

$sel:domainName:DissociatePackage', dissociatePackage_domainName - Name of the domain that you want to associate the package with.

data DissociatePackageResponse Source #

Container for response returned by DissociatePackage operation.

See: newDissociatePackageResponse smart constructor.

Instances

Instances details
Eq DissociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

Read DissociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

Show DissociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

Generic DissociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

Associated Types

type Rep DissociatePackageResponse :: Type -> Type #

NFData DissociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

type Rep DissociatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DissociatePackage

type Rep DissociatePackageResponse = D1 ('MetaData "DissociatePackageResponse" "Network.AWS.ElasticSearch.DissociatePackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DissociatePackageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainPackageDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainPackageDetails)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDissociatePackageResponse Source #

Create a value of DissociatePackageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainPackageDetails:DissociatePackageResponse', dissociatePackageResponse_domainPackageDetails - DomainPackageDetails

$sel:httpStatus:DissociatePackageResponse', dissociatePackageResponse_httpStatus - The response's http status code.

PurchaseReservedElasticsearchInstanceOffering

data PurchaseReservedElasticsearchInstanceOffering Source #

Container for parameters to PurchaseReservedElasticsearchInstanceOffering

See: newPurchaseReservedElasticsearchInstanceOffering smart constructor.

Instances

Instances details
Eq PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

Read PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

Show PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

Generic PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

NFData PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

Hashable PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

ToJSON PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

AWSRequest PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

ToHeaders PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

ToPath PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

ToQuery PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

type Rep PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

type Rep PurchaseReservedElasticsearchInstanceOffering = D1 ('MetaData "PurchaseReservedElasticsearchInstanceOffering" "Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "PurchaseReservedElasticsearchInstanceOffering'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "reservedElasticsearchInstanceOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reservationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PurchaseReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

data PurchaseReservedElasticsearchInstanceOfferingResponse Source #

Represents the output of a PurchaseReservedElasticsearchInstanceOffering operation.

See: newPurchaseReservedElasticsearchInstanceOfferingResponse smart constructor.

Instances

Instances details
Eq PurchaseReservedElasticsearchInstanceOfferingResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

Read PurchaseReservedElasticsearchInstanceOfferingResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

Show PurchaseReservedElasticsearchInstanceOfferingResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

Generic PurchaseReservedElasticsearchInstanceOfferingResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

NFData PurchaseReservedElasticsearchInstanceOfferingResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

type Rep PurchaseReservedElasticsearchInstanceOfferingResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering

type Rep PurchaseReservedElasticsearchInstanceOfferingResponse = D1 ('MetaData "PurchaseReservedElasticsearchInstanceOfferingResponse" "Network.AWS.ElasticSearch.PurchaseReservedElasticsearchInstanceOffering" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "PurchaseReservedElasticsearchInstanceOfferingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reservedElasticsearchInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reservationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

DescribeReservedElasticsearchInstances (Paginated)

data DescribeReservedElasticsearchInstances Source #

Container for parameters to DescribeReservedElasticsearchInstances

See: newDescribeReservedElasticsearchInstances smart constructor.

Instances

Instances details
Eq DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

Read DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

Show DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

Generic DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

NFData DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

Hashable DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

AWSPager DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

AWSRequest DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

ToHeaders DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

ToPath DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

ToQuery DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

type Rep DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

type Rep DescribeReservedElasticsearchInstances = D1 ('MetaData "DescribeReservedElasticsearchInstances" "Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeReservedElasticsearchInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reservedElasticsearchInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeReservedElasticsearchInstances Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

newDescribeReservedElasticsearchInstances :: DescribeReservedElasticsearchInstances Source #

Create a value of DescribeReservedElasticsearchInstances with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reservedElasticsearchInstanceId:DescribeReservedElasticsearchInstances', describeReservedElasticsearchInstances_reservedElasticsearchInstanceId - The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved Elasticsearch instance ID.

$sel:nextToken:DescribeReservedElasticsearchInstances', describeReservedElasticsearchInstances_nextToken - NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

$sel:maxResults:DescribeReservedElasticsearchInstances', describeReservedElasticsearchInstances_maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.

data DescribeReservedElasticsearchInstancesResponse Source #

Container for results from DescribeReservedElasticsearchInstances

See: newDescribeReservedElasticsearchInstancesResponse smart constructor.

Instances

Instances details
Eq DescribeReservedElasticsearchInstancesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

Read DescribeReservedElasticsearchInstancesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

Show DescribeReservedElasticsearchInstancesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

Generic DescribeReservedElasticsearchInstancesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

NFData DescribeReservedElasticsearchInstancesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

type Rep DescribeReservedElasticsearchInstancesResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances

type Rep DescribeReservedElasticsearchInstancesResponse = D1 ('MetaData "DescribeReservedElasticsearchInstancesResponse" "Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstances" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeReservedElasticsearchInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reservedElasticsearchInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReservedElasticsearchInstance])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

UpdateElasticsearchDomainConfig

data UpdateElasticsearchDomainConfig Source #

Container for the parameters to the UpdateElasticsearchDomain operation. Specifies the type and number of instances in the domain cluster.

See: newUpdateElasticsearchDomainConfig smart constructor.

Instances

Instances details
Eq UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

Show UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

Generic UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

Associated Types

type Rep UpdateElasticsearchDomainConfig :: Type -> Type #

NFData UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

Hashable UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

ToJSON UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

AWSRequest UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

ToHeaders UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

ToPath UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

ToQuery UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

type Rep UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

type Rep UpdateElasticsearchDomainConfig = D1 ('MetaData "UpdateElasticsearchDomainConfig" "Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "UpdateElasticsearchDomainConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "eBSOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EBSOptions)) :*: (S1 ('MetaSel ('Just "nodeToNodeEncryptionOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeToNodeEncryptionOptions)) :*: S1 ('MetaSel ('Just "accessPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "autoTuneOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneOptions)) :*: S1 ('MetaSel ('Just "logPublishingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap LogType LogPublishingOption)))) :*: (S1 ('MetaSel ('Just "advancedSecurityOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdvancedSecurityOptionsInput)) :*: S1 ('MetaSel ('Just "elasticsearchClusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchClusterConfig))))) :*: ((S1 ('MetaSel ('Just "snapshotOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnapshotOptions)) :*: (S1 ('MetaSel ('Just "cognitoOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoOptions)) :*: S1 ('MetaSel ('Just "encryptionAtRestOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionAtRestOptions)))) :*: ((S1 ('MetaSel ('Just "vPCOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCOptions)) :*: S1 ('MetaSel ('Just "domainEndpointOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainEndpointOptions))) :*: (S1 ('MetaSel ('Just "advancedOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse UpdateElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

newUpdateElasticsearchDomainConfig Source #

Create a value of UpdateElasticsearchDomainConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eBSOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_eBSOptions - Specify the type and size of the EBS volume that you want to use.

$sel:nodeToNodeEncryptionOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_nodeToNodeEncryptionOptions - Specifies the NodeToNodeEncryptionOptions.

$sel:accessPolicies:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_accessPolicies - IAM access policy as a JSON-formatted string.

$sel:autoTuneOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_autoTuneOptions - Specifies Auto-Tune options.

$sel:logPublishingOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_logPublishingOptions - Map of LogType and LogPublishingOption, each containing options to publish a given type of Elasticsearch log.

$sel:advancedSecurityOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_advancedSecurityOptions - Specifies advanced security options.

$sel:elasticsearchClusterConfig:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_elasticsearchClusterConfig - The type and number of instances to instantiate for the domain cluster.

$sel:snapshotOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_snapshotOptions - Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

$sel:cognitoOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_cognitoOptions - Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.

$sel:encryptionAtRestOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_encryptionAtRestOptions - Specifies the Encryption At Rest Options.

$sel:vPCOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_vPCOptions - Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains

$sel:domainEndpointOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_domainEndpointOptions - Options to specify configuration that will be applied to the domain endpoint.

$sel:advancedOptions:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_advancedOptions - Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

$sel:domainName:UpdateElasticsearchDomainConfig', updateElasticsearchDomainConfig_domainName - The name of the Elasticsearch domain that you are updating.

data UpdateElasticsearchDomainConfigResponse Source #

The result of an UpdateElasticsearchDomain request. Contains the status of the Elasticsearch domain being updated.

See: newUpdateElasticsearchDomainConfigResponse smart constructor.

Instances

Instances details
Eq UpdateElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

Read UpdateElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

Show UpdateElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

Generic UpdateElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

NFData UpdateElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

type Rep UpdateElasticsearchDomainConfigResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig

type Rep UpdateElasticsearchDomainConfigResponse = D1 ('MetaData "UpdateElasticsearchDomainConfigResponse" "Network.AWS.ElasticSearch.UpdateElasticsearchDomainConfig" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "UpdateElasticsearchDomainConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "domainConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ElasticsearchDomainConfig)))

ListElasticsearchVersions (Paginated)

data ListElasticsearchVersions Source #

Container for the parameters to the ListElasticsearchVersions operation.

Use MaxResults to control the maximum number of results to retrieve in a single call.

Use NextToken in response to retrieve more results. If the received response does not contain a NextToken, then there are no more results to retrieve.

See: newListElasticsearchVersions smart constructor.

Instances

Instances details
Eq ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

Read ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

Show ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

Generic ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

Associated Types

type Rep ListElasticsearchVersions :: Type -> Type #

NFData ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

Hashable ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

AWSPager ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

AWSRequest ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

ToHeaders ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

ToPath ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

ToQuery ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

type Rep ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

type Rep ListElasticsearchVersions = D1 ('MetaData "ListElasticsearchVersions" "Network.AWS.ElasticSearch.ListElasticsearchVersions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListElasticsearchVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListElasticsearchVersions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

newListElasticsearchVersions :: ListElasticsearchVersions Source #

Create a value of ListElasticsearchVersions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListElasticsearchVersions', listElasticsearchVersions_nextToken - Undocumented member.

$sel:maxResults:ListElasticsearchVersions', listElasticsearchVersions_maxResults - Set this value to limit the number of results returned. Value provided must be greater than 10 else it wont be honored.

data ListElasticsearchVersionsResponse Source #

Container for the parameters for response received from ListElasticsearchVersions operation.

See: newListElasticsearchVersionsResponse smart constructor.

Instances

Instances details
Eq ListElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

Read ListElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

Show ListElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

Generic ListElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

Associated Types

type Rep ListElasticsearchVersionsResponse :: Type -> Type #

NFData ListElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

type Rep ListElasticsearchVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListElasticsearchVersions

type Rep ListElasticsearchVersionsResponse = D1 ('MetaData "ListElasticsearchVersionsResponse" "Network.AWS.ElasticSearch.ListElasticsearchVersions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListElasticsearchVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "elasticsearchVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

AddTags

data AddTags Source #

Container for the parameters to the AddTags operation. Specify the tags that you want to attach to the Elasticsearch domain.

See: newAddTags smart constructor.

Constructors

AddTags' Text [Tag] 

Instances

Instances details
Eq AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Methods

(==) :: AddTags -> AddTags -> Bool #

(/=) :: AddTags -> AddTags -> Bool #

Read AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Show AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Generic AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Associated Types

type Rep AddTags :: Type -> Type #

Methods

from :: AddTags -> Rep AddTags x #

to :: Rep AddTags x -> AddTags #

NFData AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Methods

rnf :: AddTags -> () #

Hashable AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Methods

hashWithSalt :: Int -> AddTags -> Int #

hash :: AddTags -> Int #

ToJSON AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

AWSRequest AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Associated Types

type AWSResponse AddTags #

ToHeaders AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Methods

toHeaders :: AddTags -> [Header] #

ToPath AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Methods

toPath :: AddTags -> ByteString #

ToQuery AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

type Rep AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

type Rep AddTags = D1 ('MetaData "AddTags" "Network.AWS.ElasticSearch.AddTags" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AddTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse AddTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

newAddTags Source #

Create a value of AddTags with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:AddTags', addTags_arn - Specify the ARN for which you want to add the tags.

$sel:tagList:AddTags', addTags_tagList - List of Tag that need to be added for the Elasticsearch domain.

data AddTagsResponse Source #

See: newAddTagsResponse smart constructor.

Constructors

AddTagsResponse' 

Instances

Instances details
Eq AddTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Read AddTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Show AddTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Generic AddTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Associated Types

type Rep AddTagsResponse :: Type -> Type #

NFData AddTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

Methods

rnf :: AddTagsResponse -> () #

type Rep AddTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AddTags

type Rep AddTagsResponse = D1 ('MetaData "AddTagsResponse" "Network.AWS.ElasticSearch.AddTags" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AddTagsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newAddTagsResponse :: AddTagsResponse Source #

Create a value of AddTagsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteInboundCrossClusterSearchConnection

data DeleteInboundCrossClusterSearchConnection Source #

Container for the parameters to the DeleteInboundCrossClusterSearchConnection operation.

See: newDeleteInboundCrossClusterSearchConnection smart constructor.

Instances

Instances details
Eq DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

Read DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

Show DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

Generic DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

NFData DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

Hashable DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

AWSRequest DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

ToHeaders DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

ToPath DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

ToQuery DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

type Rep DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

type Rep DeleteInboundCrossClusterSearchConnection = D1 ('MetaData "DeleteInboundCrossClusterSearchConnection" "Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteInboundCrossClusterSearchConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

newDeleteInboundCrossClusterSearchConnection Source #

Create a value of DeleteInboundCrossClusterSearchConnection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:crossClusterSearchConnectionId:DeleteInboundCrossClusterSearchConnection', deleteInboundCrossClusterSearchConnection_crossClusterSearchConnectionId - The id of the inbound connection that you want to permanently delete.

data DeleteInboundCrossClusterSearchConnectionResponse Source #

The result of a DeleteInboundCrossClusterSearchConnection operation. Contains details of deleted inbound connection.

See: newDeleteInboundCrossClusterSearchConnectionResponse smart constructor.

Instances

Instances details
Eq DeleteInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

Read DeleteInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

Show DeleteInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

Generic DeleteInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

NFData DeleteInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

type Rep DeleteInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection

type Rep DeleteInboundCrossClusterSearchConnectionResponse = D1 ('MetaData "DeleteInboundCrossClusterSearchConnectionResponse" "Network.AWS.ElasticSearch.DeleteInboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteInboundCrossClusterSearchConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundCrossClusterSearchConnection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeReservedElasticsearchInstanceOfferings (Paginated)

data DescribeReservedElasticsearchInstanceOfferings Source #

Container for parameters to DescribeReservedElasticsearchInstanceOfferings

See: newDescribeReservedElasticsearchInstanceOfferings smart constructor.

Instances

Instances details
Eq DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

Read DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

Show DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

Generic DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

NFData DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

Hashable DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

AWSPager DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

AWSRequest DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

ToHeaders DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

ToPath DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

ToQuery DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

type Rep DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

type Rep DescribeReservedElasticsearchInstanceOfferings = D1 ('MetaData "DescribeReservedElasticsearchInstanceOfferings" "Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeReservedElasticsearchInstanceOfferings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reservedElasticsearchInstanceOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeReservedElasticsearchInstanceOfferings Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

newDescribeReservedElasticsearchInstanceOfferings :: DescribeReservedElasticsearchInstanceOfferings Source #

Create a value of DescribeReservedElasticsearchInstanceOfferings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reservedElasticsearchInstanceOfferingId:DescribeReservedElasticsearchInstanceOfferings', describeReservedElasticsearchInstanceOfferings_reservedElasticsearchInstanceOfferingId - The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

$sel:nextToken:DescribeReservedElasticsearchInstanceOfferings', describeReservedElasticsearchInstanceOfferings_nextToken - NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

$sel:maxResults:DescribeReservedElasticsearchInstanceOfferings', describeReservedElasticsearchInstanceOfferings_maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.

data DescribeReservedElasticsearchInstanceOfferingsResponse Source #

Container for results from DescribeReservedElasticsearchInstanceOfferings

See: newDescribeReservedElasticsearchInstanceOfferingsResponse smart constructor.

Instances

Instances details
Eq DescribeReservedElasticsearchInstanceOfferingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

Read DescribeReservedElasticsearchInstanceOfferingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

Show DescribeReservedElasticsearchInstanceOfferingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

Generic DescribeReservedElasticsearchInstanceOfferingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

NFData DescribeReservedElasticsearchInstanceOfferingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

type Rep DescribeReservedElasticsearchInstanceOfferingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings

type Rep DescribeReservedElasticsearchInstanceOfferingsResponse = D1 ('MetaData "DescribeReservedElasticsearchInstanceOfferingsResponse" "Network.AWS.ElasticSearch.DescribeReservedElasticsearchInstanceOfferings" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeReservedElasticsearchInstanceOfferingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reservedElasticsearchInstanceOfferings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReservedElasticsearchInstanceOffering])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

UpgradeElasticsearchDomain

data UpgradeElasticsearchDomain Source #

Container for request parameters to UpgradeElasticsearchDomain operation.

See: newUpgradeElasticsearchDomain smart constructor.

Instances

Instances details
Eq UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

Read UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

Show UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

Generic UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

Associated Types

type Rep UpgradeElasticsearchDomain :: Type -> Type #

NFData UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

Hashable UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

ToJSON UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

AWSRequest UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

ToHeaders UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

ToPath UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

ToQuery UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

type Rep UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

type Rep UpgradeElasticsearchDomain = D1 ('MetaData "UpgradeElasticsearchDomain" "Network.AWS.ElasticSearch.UpgradeElasticsearchDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "UpgradeElasticsearchDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "performCheckOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpgradeElasticsearchDomain Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

newUpgradeElasticsearchDomain Source #

Create a value of UpgradeElasticsearchDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:performCheckOnly:UpgradeElasticsearchDomain', upgradeElasticsearchDomain_performCheckOnly - This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.

$sel:domainName:UpgradeElasticsearchDomain', upgradeElasticsearchDomain_domainName - Undocumented member.

$sel:targetVersion:UpgradeElasticsearchDomain', upgradeElasticsearchDomain_targetVersion - The version of Elasticsearch that you intend to upgrade the domain to.

data UpgradeElasticsearchDomainResponse Source #

Container for response returned by UpgradeElasticsearchDomain operation.

See: newUpgradeElasticsearchDomainResponse smart constructor.

Instances

Instances details
Eq UpgradeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

Read UpgradeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

Show UpgradeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

Generic UpgradeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

Associated Types

type Rep UpgradeElasticsearchDomainResponse :: Type -> Type #

NFData UpgradeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

type Rep UpgradeElasticsearchDomainResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpgradeElasticsearchDomain

type Rep UpgradeElasticsearchDomainResponse = D1 ('MetaData "UpgradeElasticsearchDomainResponse" "Network.AWS.ElasticSearch.UpgradeElasticsearchDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "UpgradeElasticsearchDomainResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "performCheckOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "targetVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpgradeElasticsearchDomainResponse Source #

Create a value of UpgradeElasticsearchDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:UpgradeElasticsearchDomain', upgradeElasticsearchDomainResponse_domainName - Undocumented member.

$sel:performCheckOnly:UpgradeElasticsearchDomain', upgradeElasticsearchDomainResponse_performCheckOnly - This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.

$sel:targetVersion:UpgradeElasticsearchDomain', upgradeElasticsearchDomainResponse_targetVersion - The version of Elasticsearch that you intend to upgrade the domain to.

$sel:httpStatus:UpgradeElasticsearchDomainResponse', upgradeElasticsearchDomainResponse_httpStatus - The response's http status code.

ListTags

data ListTags Source #

Container for the parameters to the ListTags operation. Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view are attached.

See: newListTags smart constructor.

Constructors

ListTags' Text 

Instances

Instances details
Eq ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Read ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Show ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Generic ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Associated Types

type Rep ListTags :: Type -> Type #

Methods

from :: ListTags -> Rep ListTags x #

to :: Rep ListTags x -> ListTags #

NFData ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Methods

rnf :: ListTags -> () #

Hashable ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Methods

hashWithSalt :: Int -> ListTags -> Int #

hash :: ListTags -> Int #

AWSRequest ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Associated Types

type AWSResponse ListTags #

ToHeaders ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Methods

toHeaders :: ListTags -> [Header] #

ToPath ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

ToQuery ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

type Rep ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

type Rep ListTags = D1 ('MetaData "ListTags" "Network.AWS.ElasticSearch.ListTags" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTags Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

newListTags Source #

Create a value of ListTags with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:ListTags', listTags_arn - Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

data ListTagsResponse Source #

The result of a ListTags operation. Contains tags for all requested Elasticsearch domains.

See: newListTagsResponse smart constructor.

Constructors

ListTagsResponse' (Maybe [Tag]) Int 

Instances

Instances details
Eq ListTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Read ListTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Show ListTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Generic ListTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Associated Types

type Rep ListTagsResponse :: Type -> Type #

NFData ListTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

Methods

rnf :: ListTagsResponse -> () #

type Rep ListTagsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.ListTags

type Rep ListTagsResponse = D1 ('MetaData "ListTagsResponse" "Network.AWS.ElasticSearch.ListTags" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ListTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsResponse Source #

Create a value of ListTagsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tagList:ListTagsResponse', listTagsResponse_tagList - List of Tag for the requested Elasticsearch domain.

$sel:httpStatus:ListTagsResponse', listTagsResponse_httpStatus - The response's http status code.

DeletePackage

data DeletePackage Source #

Container for request parameters to DeletePackage operation.

See: newDeletePackage smart constructor.

Constructors

DeletePackage' Text 

Instances

Instances details
Eq DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Read DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Show DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Generic DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Associated Types

type Rep DeletePackage :: Type -> Type #

NFData DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Methods

rnf :: DeletePackage -> () #

Hashable DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

AWSRequest DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Associated Types

type AWSResponse DeletePackage #

ToHeaders DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

ToPath DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

ToQuery DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

type Rep DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

type Rep DeletePackage = D1 ('MetaData "DeletePackage" "Network.AWS.ElasticSearch.DeletePackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeletePackage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "packageID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

newDeletePackage Source #

Create a value of DeletePackage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:packageID:DeletePackage', deletePackage_packageID - Internal ID of the package that you want to delete. Use DescribePackages to find this value.

data DeletePackageResponse Source #

Container for response parameters to DeletePackage operation.

See: newDeletePackageResponse smart constructor.

Instances

Instances details
Eq DeletePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Read DeletePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Show DeletePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Generic DeletePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Associated Types

type Rep DeletePackageResponse :: Type -> Type #

NFData DeletePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

Methods

rnf :: DeletePackageResponse -> () #

type Rep DeletePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DeletePackage

type Rep DeletePackageResponse = D1 ('MetaData "DeletePackageResponse" "Network.AWS.ElasticSearch.DeletePackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeletePackageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "packageDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PackageDetails)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePackageResponse Source #

Create a value of DeletePackageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:packageDetails:DeletePackageResponse', deletePackageResponse_packageDetails - PackageDetails

$sel:httpStatus:DeletePackageResponse', deletePackageResponse_httpStatus - The response's http status code.

UpdatePackage

data UpdatePackage Source #

Container for request parameters to UpdatePackage operation.

See: newUpdatePackage smart constructor.

Instances

Instances details
Eq UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Read UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Show UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Generic UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Associated Types

type Rep UpdatePackage :: Type -> Type #

NFData UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Methods

rnf :: UpdatePackage -> () #

Hashable UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

ToJSON UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

AWSRequest UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Associated Types

type AWSResponse UpdatePackage #

ToHeaders UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

ToPath UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

ToQuery UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

type Rep UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

type Rep UpdatePackage = D1 ('MetaData "UpdatePackage" "Network.AWS.ElasticSearch.UpdatePackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "UpdatePackage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "packageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "packageID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "packageSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PackageSource))))
type AWSResponse UpdatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

newUpdatePackage Source #

Create a value of UpdatePackage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:packageDescription:UpdatePackage', updatePackage_packageDescription - New description of the package.

$sel:commitMessage:UpdatePackage', updatePackage_commitMessage - An info message for the new version which will be shown as part of GetPackageVersionHistoryResponse.

$sel:packageID:UpdatePackage', updatePackage_packageID - Unique identifier for the package.

$sel:packageSource:UpdatePackage', updatePackage_packageSource - Undocumented member.

data UpdatePackageResponse Source #

Container for response returned by UpdatePackage operation.

See: newUpdatePackageResponse smart constructor.

Instances

Instances details
Eq UpdatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Read UpdatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Show UpdatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Generic UpdatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Associated Types

type Rep UpdatePackageResponse :: Type -> Type #

NFData UpdatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

Methods

rnf :: UpdatePackageResponse -> () #

type Rep UpdatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.UpdatePackage

type Rep UpdatePackageResponse = D1 ('MetaData "UpdatePackageResponse" "Network.AWS.ElasticSearch.UpdatePackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "UpdatePackageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "packageDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PackageDetails)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdatePackageResponse Source #

Create a value of UpdatePackageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:packageDetails:UpdatePackageResponse', updatePackageResponse_packageDetails - Information about the package PackageDetails.

$sel:httpStatus:UpdatePackageResponse', updatePackageResponse_httpStatus - The response's http status code.

CancelElasticsearchServiceSoftwareUpdate

data CancelElasticsearchServiceSoftwareUpdate Source #

Container for the parameters to the CancelElasticsearchServiceSoftwareUpdate operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software update on.

See: newCancelElasticsearchServiceSoftwareUpdate smart constructor.

Instances

Instances details
Eq CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

Read CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

Show CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

Generic CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

NFData CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

Hashable CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

ToJSON CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

AWSRequest CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

ToHeaders CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

ToPath CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

ToQuery CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

type Rep CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

type Rep CancelElasticsearchServiceSoftwareUpdate = D1 ('MetaData "CancelElasticsearchServiceSoftwareUpdate" "Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CancelElasticsearchServiceSoftwareUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelElasticsearchServiceSoftwareUpdate Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

newCancelElasticsearchServiceSoftwareUpdate Source #

Create a value of CancelElasticsearchServiceSoftwareUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:CancelElasticsearchServiceSoftwareUpdate', cancelElasticsearchServiceSoftwareUpdate_domainName - The name of the domain that you want to stop the latest service software update on.

data CancelElasticsearchServiceSoftwareUpdateResponse Source #

The result of a CancelElasticsearchServiceSoftwareUpdate operation. Contains the status of the update.

See: newCancelElasticsearchServiceSoftwareUpdateResponse smart constructor.

Instances

Instances details
Eq CancelElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

Read CancelElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

Show CancelElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

Generic CancelElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

NFData CancelElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

type Rep CancelElasticsearchServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate

type Rep CancelElasticsearchServiceSoftwareUpdateResponse = D1 ('MetaData "CancelElasticsearchServiceSoftwareUpdateResponse" "Network.AWS.ElasticSearch.CancelElasticsearchServiceSoftwareUpdate" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CancelElasticsearchServiceSoftwareUpdateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceSoftwareOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceSoftwareOptions)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

CreatePackage

data CreatePackage Source #

Container for request parameters to CreatePackage operation.

See: newCreatePackage smart constructor.

Instances

Instances details
Eq CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Read CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Show CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Generic CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Associated Types

type Rep CreatePackage :: Type -> Type #

NFData CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Methods

rnf :: CreatePackage -> () #

Hashable CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

ToJSON CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

AWSRequest CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Associated Types

type AWSResponse CreatePackage #

ToHeaders CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

ToPath CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

ToQuery CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

type Rep CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

type Rep CreatePackage = D1 ('MetaData "CreatePackage" "Network.AWS.ElasticSearch.CreatePackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CreatePackage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "packageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "packageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "packageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PackageType) :*: S1 ('MetaSel ('Just "packageSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PackageSource))))
type AWSResponse CreatePackage Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

newCreatePackage Source #

Create a value of CreatePackage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:packageDescription:CreatePackage', createPackage_packageDescription - Description of the package.

$sel:packageName:CreatePackage', createPackage_packageName - Unique identifier for the package.

$sel:packageType:CreatePackage', createPackage_packageType - Type of package. Currently supports only TXT-DICTIONARY.

$sel:packageSource:CreatePackage', createPackage_packageSource - The customer S3 location PackageSource for importing the package.

data CreatePackageResponse Source #

Container for response returned by CreatePackage operation.

See: newCreatePackageResponse smart constructor.

Instances

Instances details
Eq CreatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Read CreatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Show CreatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Generic CreatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Associated Types

type Rep CreatePackageResponse :: Type -> Type #

NFData CreatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

Methods

rnf :: CreatePackageResponse -> () #

type Rep CreatePackageResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.CreatePackage

type Rep CreatePackageResponse = D1 ('MetaData "CreatePackageResponse" "Network.AWS.ElasticSearch.CreatePackage" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CreatePackageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "packageDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PackageDetails)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreatePackageResponse Source #

Create a value of CreatePackageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:packageDetails:CreatePackageResponse', createPackageResponse_packageDetails - Information about the package PackageDetails.

$sel:httpStatus:CreatePackageResponse', createPackageResponse_httpStatus - The response's http status code.

RejectInboundCrossClusterSearchConnection

data RejectInboundCrossClusterSearchConnection Source #

Container for the parameters to the RejectInboundCrossClusterSearchConnection operation.

See: newRejectInboundCrossClusterSearchConnection smart constructor.

Instances

Instances details
Eq RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

Read RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

Show RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

Generic RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

NFData RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

Hashable RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

ToJSON RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

AWSRequest RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

ToHeaders RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

ToPath RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

ToQuery RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

type Rep RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

type Rep RejectInboundCrossClusterSearchConnection = D1 ('MetaData "RejectInboundCrossClusterSearchConnection" "Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "RejectInboundCrossClusterSearchConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RejectInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

newRejectInboundCrossClusterSearchConnection Source #

Create a value of RejectInboundCrossClusterSearchConnection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:crossClusterSearchConnectionId:RejectInboundCrossClusterSearchConnection', rejectInboundCrossClusterSearchConnection_crossClusterSearchConnectionId - The id of the inbound connection that you want to reject.

data RejectInboundCrossClusterSearchConnectionResponse Source #

The result of a RejectInboundCrossClusterSearchConnection operation. Contains details of rejected inbound connection.

See: newRejectInboundCrossClusterSearchConnectionResponse smart constructor.

Instances

Instances details
Eq RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

Read RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

Show RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

Generic RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

NFData RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

type Rep RejectInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection

type Rep RejectInboundCrossClusterSearchConnectionResponse = D1 ('MetaData "RejectInboundCrossClusterSearchConnectionResponse" "Network.AWS.ElasticSearch.RejectInboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "RejectInboundCrossClusterSearchConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundCrossClusterSearchConnection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeOutboundCrossClusterSearchConnections

data DescribeOutboundCrossClusterSearchConnections Source #

Container for the parameters to the DescribeOutboundCrossClusterSearchConnections operation.

See: newDescribeOutboundCrossClusterSearchConnections smart constructor.

Instances

Instances details
Eq DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

Read DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

Show DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

Generic DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

NFData DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

Hashable DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

ToJSON DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

AWSRequest DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

ToHeaders DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

ToPath DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

ToQuery DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

type Rep DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

type Rep DescribeOutboundCrossClusterSearchConnections = D1 ('MetaData "DescribeOutboundCrossClusterSearchConnections" "Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeOutboundCrossClusterSearchConnections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeOutboundCrossClusterSearchConnections Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

newDescribeOutboundCrossClusterSearchConnections :: DescribeOutboundCrossClusterSearchConnections Source #

Create a value of DescribeOutboundCrossClusterSearchConnections with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeOutboundCrossClusterSearchConnections', describeOutboundCrossClusterSearchConnections_filters - A list of filters used to match properties for outbound cross-cluster search connection. Available Filter names for this operation are:

  • cross-cluster-search-connection-id
  • destination-domain-info.domain-name
  • destination-domain-info.owner-id
  • destination-domain-info.region
  • source-domain-info.domain-name

$sel:nextToken:DescribeOutboundCrossClusterSearchConnections', describeOutboundCrossClusterSearchConnections_nextToken - NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.

$sel:maxResults:DescribeOutboundCrossClusterSearchConnections', describeOutboundCrossClusterSearchConnections_maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.

data DescribeOutboundCrossClusterSearchConnectionsResponse Source #

The result of a DescribeOutboundCrossClusterSearchConnections request. Contains the list of connections matching the filter criteria.

See: newDescribeOutboundCrossClusterSearchConnectionsResponse smart constructor.

Instances

Instances details
Eq DescribeOutboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

Read DescribeOutboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

Show DescribeOutboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

Generic DescribeOutboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

NFData DescribeOutboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

type Rep DescribeOutboundCrossClusterSearchConnectionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections

type Rep DescribeOutboundCrossClusterSearchConnectionsResponse = D1 ('MetaData "DescribeOutboundCrossClusterSearchConnectionsResponse" "Network.AWS.ElasticSearch.DescribeOutboundCrossClusterSearchConnections" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeOutboundCrossClusterSearchConnectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutboundCrossClusterSearchConnection])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeOutboundCrossClusterSearchConnectionsResponse Source #

Create a value of DescribeOutboundCrossClusterSearchConnectionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:crossClusterSearchConnections:DescribeOutboundCrossClusterSearchConnectionsResponse', describeOutboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections - Consists of list of OutboundCrossClusterSearchConnection matching the specified filter criteria.

$sel:nextToken:DescribeOutboundCrossClusterSearchConnections', describeOutboundCrossClusterSearchConnectionsResponse_nextToken - If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.

$sel:httpStatus:DescribeOutboundCrossClusterSearchConnectionsResponse', describeOutboundCrossClusterSearchConnectionsResponse_httpStatus - The response's http status code.

AcceptInboundCrossClusterSearchConnection

data AcceptInboundCrossClusterSearchConnection Source #

Container for the parameters to the AcceptInboundCrossClusterSearchConnection operation.

See: newAcceptInboundCrossClusterSearchConnection smart constructor.

Instances

Instances details
Eq AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

Read AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

Show AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

Generic AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

NFData AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

Hashable AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

ToJSON AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

AWSRequest AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

ToHeaders AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

ToPath AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

ToQuery AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

type Rep AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

type Rep AcceptInboundCrossClusterSearchConnection = D1 ('MetaData "AcceptInboundCrossClusterSearchConnection" "Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AcceptInboundCrossClusterSearchConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AcceptInboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

newAcceptInboundCrossClusterSearchConnection Source #

Create a value of AcceptInboundCrossClusterSearchConnection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:crossClusterSearchConnectionId:AcceptInboundCrossClusterSearchConnection', acceptInboundCrossClusterSearchConnection_crossClusterSearchConnectionId - The id of the inbound connection that you want to accept.

data AcceptInboundCrossClusterSearchConnectionResponse Source #

The result of a AcceptInboundCrossClusterSearchConnection operation. Contains details of accepted inbound connection.

See: newAcceptInboundCrossClusterSearchConnectionResponse smart constructor.

Instances

Instances details
Eq AcceptInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

Read AcceptInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

Show AcceptInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

Generic AcceptInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

NFData AcceptInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

type Rep AcceptInboundCrossClusterSearchConnectionResponse Source # 
Instance details

Defined in Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection

type Rep AcceptInboundCrossClusterSearchConnectionResponse = D1 ('MetaData "AcceptInboundCrossClusterSearchConnectionResponse" "Network.AWS.ElasticSearch.AcceptInboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AcceptInboundCrossClusterSearchConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossClusterSearchConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundCrossClusterSearchConnection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Types

AutoTuneDesiredState

newtype AutoTuneDesiredState Source #

Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.

Instances

Instances details
Eq AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

Ord AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

Read AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

Show AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

Generic AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

Associated Types

type Rep AutoTuneDesiredState :: Type -> Type #

NFData AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

Methods

rnf :: AutoTuneDesiredState -> () #

Hashable AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

ToJSON AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

ToJSONKey AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

FromJSON AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

FromJSONKey AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

ToLog AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

ToHeader AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

ToQuery AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

FromXML AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

ToXML AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

ToByteString AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

FromText AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

ToText AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

type Rep AutoTuneDesiredState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDesiredState

type Rep AutoTuneDesiredState = D1 ('MetaData "AutoTuneDesiredState" "Network.AWS.ElasticSearch.Types.AutoTuneDesiredState" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "AutoTuneDesiredState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoTuneDesiredState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoTuneState

newtype AutoTuneState Source #

Specifies the Auto-Tune state for the Elasticsearch domain. For valid states see the Developer Guide.

Constructors

AutoTuneState' 

Instances

Instances details
Eq AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

Ord AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

Read AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

Show AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

Generic AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

Associated Types

type Rep AutoTuneState :: Type -> Type #

NFData AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

Methods

rnf :: AutoTuneState -> () #

Hashable AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

ToJSON AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

ToJSONKey AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

FromJSON AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

FromJSONKey AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

ToLog AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

ToHeader AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

ToQuery AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

FromXML AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

ToXML AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

Methods

toXML :: AutoTuneState -> XML #

ToByteString AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

FromText AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

ToText AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

Methods

toText :: AutoTuneState -> Text #

type Rep AutoTuneState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneState

type Rep AutoTuneState = D1 ('MetaData "AutoTuneState" "Network.AWS.ElasticSearch.Types.AutoTuneState" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "AutoTuneState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoTuneState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoTuneType

newtype AutoTuneType Source #

Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.

Constructors

AutoTuneType' 

Bundled Patterns

pattern AutoTuneType_SCHEDULED_ACTION :: AutoTuneType 

Instances

Instances details
Eq AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

Ord AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

Read AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

Show AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

Generic AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

Associated Types

type Rep AutoTuneType :: Type -> Type #

NFData AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

Methods

rnf :: AutoTuneType -> () #

Hashable AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

ToJSON AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

ToJSONKey AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

FromJSON AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

FromJSONKey AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

ToLog AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

ToHeader AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

ToQuery AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

FromXML AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

ToXML AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

Methods

toXML :: AutoTuneType -> XML #

ToByteString AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

FromText AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

ToText AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

Methods

toText :: AutoTuneType -> Text #

type Rep AutoTuneType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneType

type Rep AutoTuneType = D1 ('MetaData "AutoTuneType" "Network.AWS.ElasticSearch.Types.AutoTuneType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "AutoTuneType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoTuneType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentStatus

newtype DeploymentStatus Source #

Instances

Instances details
Eq DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

Ord DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

Read DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

Show DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

Generic DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

Associated Types

type Rep DeploymentStatus :: Type -> Type #

NFData DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

Methods

rnf :: DeploymentStatus -> () #

Hashable DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

ToJSON DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

ToJSONKey DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

FromJSON DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

FromJSONKey DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

ToLog DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

ToHeader DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

ToQuery DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

FromXML DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

ToXML DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

ToByteString DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

FromText DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

ToText DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

type Rep DeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DeploymentStatus

type Rep DeploymentStatus = D1 ('MetaData "DeploymentStatus" "Network.AWS.ElasticSearch.Types.DeploymentStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "DeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DescribePackagesFilterName

newtype DescribePackagesFilterName Source #

Instances

Instances details
Eq DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

Ord DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

Read DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

Show DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

Generic DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

Associated Types

type Rep DescribePackagesFilterName :: Type -> Type #

NFData DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

Hashable DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

ToJSON DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

ToJSONKey DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

FromJSON DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

FromJSONKey DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

ToLog DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

ToHeader DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

ToQuery DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

FromXML DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

ToXML DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

ToByteString DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

FromText DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

ToText DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

type Rep DescribePackagesFilterName Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilterName

type Rep DescribePackagesFilterName = D1 ('MetaData "DescribePackagesFilterName" "Network.AWS.ElasticSearch.Types.DescribePackagesFilterName" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "DescribePackagesFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDescribePackagesFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DomainPackageStatus

newtype DomainPackageStatus Source #

Instances

Instances details
Eq DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

Ord DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

Read DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

Show DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

Generic DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

Associated Types

type Rep DomainPackageStatus :: Type -> Type #

NFData DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

Methods

rnf :: DomainPackageStatus -> () #

Hashable DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

ToJSON DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

ToJSONKey DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

FromJSON DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

FromJSONKey DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

ToLog DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

ToHeader DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

ToQuery DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

FromXML DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

ToXML DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

ToByteString DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

FromText DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

ToText DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

type Rep DomainPackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageStatus

type Rep DomainPackageStatus = D1 ('MetaData "DomainPackageStatus" "Network.AWS.ElasticSearch.Types.DomainPackageStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "DomainPackageStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDomainPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ESPartitionInstanceType

newtype ESPartitionInstanceType Source #

Bundled Patterns

pattern ESPartitionInstanceType_C4_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_C4_4xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_C4_8xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_C4_large_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_C4_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_C5_18xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_C5_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_C5_4xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_C5_9xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_C5_large_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_C5_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_D2_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_D2_4xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_D2_8xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_D2_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_I2_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_I2_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_I3_16xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_I3_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_I3_4xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_I3_8xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_I3_large_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_I3_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M3_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M3_large_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M3_medium_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M3_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M4_10xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M4_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M4_4xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M4_large_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M4_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M5_12xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M5_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M5_4xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M5_large_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_M5_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R3_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R3_4xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R3_8xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R3_large_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R3_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R4_16xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R4_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R4_4xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R4_8xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R4_large_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R4_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R5_12xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R5_2xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R5_4xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R5_large_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_R5_xlarge_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_T2_medium_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_T2_micro_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_T2_small_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_Ultrawarm1_large_elasticsearch :: ESPartitionInstanceType 
pattern ESPartitionInstanceType_Ultrawarm1_medium_elasticsearch :: ESPartitionInstanceType 

Instances

Instances details
Eq ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

Ord ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

Read ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

Show ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

Generic ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

Associated Types

type Rep ESPartitionInstanceType :: Type -> Type #

NFData ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

Methods

rnf :: ESPartitionInstanceType -> () #

Hashable ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

ToJSON ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

ToJSONKey ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

FromJSON ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

FromJSONKey ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

ToLog ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

ToHeader ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

ToQuery ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

FromXML ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

ToXML ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

ToByteString ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

FromText ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

ToText ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

type Rep ESPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESPartitionInstanceType

type Rep ESPartitionInstanceType = D1 ('MetaData "ESPartitionInstanceType" "Network.AWS.ElasticSearch.Types.ESPartitionInstanceType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "ESPartitionInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromESPartitionInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ESWarmPartitionInstanceType

newtype ESWarmPartitionInstanceType Source #

Instances

Instances details
Eq ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

Ord ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

Read ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

Show ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

Generic ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

Associated Types

type Rep ESWarmPartitionInstanceType :: Type -> Type #

NFData ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

Hashable ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

ToJSON ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

ToJSONKey ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

FromJSON ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

FromJSONKey ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

ToLog ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

ToHeader ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

ToQuery ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

FromXML ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

ToXML ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

ToByteString ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

FromText ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

ToText ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

type Rep ESWarmPartitionInstanceType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType

type Rep ESWarmPartitionInstanceType = D1 ('MetaData "ESWarmPartitionInstanceType" "Network.AWS.ElasticSearch.Types.ESWarmPartitionInstanceType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "ESWarmPartitionInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromESWarmPartitionInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EngineType

newtype EngineType Source #

Constructors

EngineType' 

Fields

Bundled Patterns

pattern EngineType_Elasticsearch :: EngineType 
pattern EngineType_OpenSearch :: EngineType 

Instances

Instances details
Eq EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

Ord EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

Read EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

Show EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

Generic EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

Associated Types

type Rep EngineType :: Type -> Type #

NFData EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

Methods

rnf :: EngineType -> () #

Hashable EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

ToJSON EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

ToJSONKey EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

FromJSON EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

FromJSONKey EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

ToLog EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

ToHeader EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

ToQuery EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

FromXML EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

ToXML EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

Methods

toXML :: EngineType -> XML #

ToByteString EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

FromText EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

ToText EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

Methods

toText :: EngineType -> Text #

type Rep EngineType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EngineType

type Rep EngineType = D1 ('MetaData "EngineType" "Network.AWS.ElasticSearch.Types.EngineType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "EngineType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEngineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InboundCrossClusterSearchConnectionStatusCode

newtype InboundCrossClusterSearchConnectionStatusCode Source #

Instances

Instances details
Eq InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

Ord InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

Read InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

Show InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

Generic InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

NFData InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

Hashable InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

ToJSON InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

ToJSONKey InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

FromJSON InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

FromJSONKey InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

ToLog InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

ToHeader InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

ToQuery InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

FromXML InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

ToXML InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

ToByteString InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

FromText InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

ToText InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

type Rep InboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode

type Rep InboundCrossClusterSearchConnectionStatusCode = D1 ('MetaData "InboundCrossClusterSearchConnectionStatusCode" "Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatusCode" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "InboundCrossClusterSearchConnectionStatusCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInboundCrossClusterSearchConnectionStatusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LogType

newtype LogType Source #

Type of Log File, it can be one of the following:

  • INDEX_SLOW_LOGS: Index slow logs contain insert requests that took more time than configured index query log threshold to execute.
  • SEARCH_SLOW_LOGS: Search slow logs contain search queries that took more time than configured search query log threshold to execute.
  • ES_APPLICATION_LOGS: Elasticsearch application logs contain information about errors and warnings raised during the operation of the service and can be useful for troubleshooting.
  • AUDIT_LOGS: Audit logs contain records of user requests for access from the domain.

Constructors

LogType' 

Fields

Instances

Instances details
Eq LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Methods

(==) :: LogType -> LogType -> Bool #

(/=) :: LogType -> LogType -> Bool #

Ord LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Read LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Show LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Generic LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Associated Types

type Rep LogType :: Type -> Type #

Methods

from :: LogType -> Rep LogType x #

to :: Rep LogType x -> LogType #

NFData LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Methods

rnf :: LogType -> () #

Hashable LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Methods

hashWithSalt :: Int -> LogType -> Int #

hash :: LogType -> Int #

ToJSON LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

ToJSONKey LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

FromJSON LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

FromJSONKey LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

ToLog LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

ToHeader LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Methods

toHeader :: HeaderName -> LogType -> [Header] #

ToQuery LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

FromXML LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

ToXML LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Methods

toXML :: LogType -> XML #

ToByteString LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Methods

toBS :: LogType -> ByteString #

FromText LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

ToText LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

Methods

toText :: LogType -> Text #

type Rep LogType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogType

type Rep LogType = D1 ('MetaData "LogType" "Network.AWS.ElasticSearch.Types.LogType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "LogType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLogType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OptionState

newtype OptionState Source #

The state of a requested change. One of the following:

  • Processing: The request change is still in-process.
  • Active: The request change is processed and deployed to the Elasticsearch domain.

Constructors

OptionState' 

Instances

Instances details
Eq OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

Ord OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

Read OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

Show OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

Generic OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

Associated Types

type Rep OptionState :: Type -> Type #

NFData OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

Methods

rnf :: OptionState -> () #

Hashable OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

ToJSON OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

ToJSONKey OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

FromJSON OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

FromJSONKey OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

ToLog OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

ToHeader OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

ToQuery OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

FromXML OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

ToXML OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

Methods

toXML :: OptionState -> XML #

ToByteString OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

FromText OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

ToText OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

Methods

toText :: OptionState -> Text #

type Rep OptionState Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionState

type Rep OptionState = D1 ('MetaData "OptionState" "Network.AWS.ElasticSearch.Types.OptionState" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "OptionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOptionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OutboundCrossClusterSearchConnectionStatusCode

newtype OutboundCrossClusterSearchConnectionStatusCode Source #

Instances

Instances details
Eq OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

Ord OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

Read OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

Show OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

Generic OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

NFData OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

Hashable OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

ToJSON OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

ToJSONKey OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

FromJSON OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

FromJSONKey OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

ToLog OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

ToHeader OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

ToQuery OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

FromXML OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

ToXML OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

ToByteString OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

FromText OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

ToText OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

type Rep OutboundCrossClusterSearchConnectionStatusCode Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode

type Rep OutboundCrossClusterSearchConnectionStatusCode = D1 ('MetaData "OutboundCrossClusterSearchConnectionStatusCode" "Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatusCode" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "OutboundCrossClusterSearchConnectionStatusCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOutboundCrossClusterSearchConnectionStatusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PackageStatus

newtype PackageStatus Source #

Constructors

PackageStatus' 

Instances

Instances details
Eq PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

Ord PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

Read PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

Show PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

Generic PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

Associated Types

type Rep PackageStatus :: Type -> Type #

NFData PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

Methods

rnf :: PackageStatus -> () #

Hashable PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

ToJSON PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

ToJSONKey PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

FromJSON PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

FromJSONKey PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

ToLog PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

ToHeader PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

ToQuery PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

FromXML PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

ToXML PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

Methods

toXML :: PackageStatus -> XML #

ToByteString PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

FromText PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

ToText PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

Methods

toText :: PackageStatus -> Text #

type Rep PackageStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageStatus

type Rep PackageStatus = D1 ('MetaData "PackageStatus" "Network.AWS.ElasticSearch.Types.PackageStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "PackageStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PackageType

newtype PackageType Source #

Constructors

PackageType' 

Bundled Patterns

pattern PackageType_TXT_DICTIONARY :: PackageType 

Instances

Instances details
Eq PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

Ord PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

Read PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

Show PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

Generic PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

Associated Types

type Rep PackageType :: Type -> Type #

NFData PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

Methods

rnf :: PackageType -> () #

Hashable PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

ToJSON PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

ToJSONKey PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

FromJSON PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

FromJSONKey PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

ToLog PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

ToHeader PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

ToQuery PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

FromXML PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

ToXML PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

Methods

toXML :: PackageType -> XML #

ToByteString PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

FromText PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

ToText PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

Methods

toText :: PackageType -> Text #

type Rep PackageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageType

type Rep PackageType = D1 ('MetaData "PackageType" "Network.AWS.ElasticSearch.Types.PackageType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "PackageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPackageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReservedElasticsearchInstancePaymentOption

newtype ReservedElasticsearchInstancePaymentOption Source #

Instances

Instances details
Eq ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

Ord ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

Read ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

Show ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

Generic ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

NFData ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

Hashable ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

ToJSON ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

ToJSONKey ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

FromJSON ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

FromJSONKey ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

ToLog ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

ToHeader ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

ToQuery ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

FromXML ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

ToXML ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

ToByteString ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

FromText ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

ToText ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

type Rep ReservedElasticsearchInstancePaymentOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption

type Rep ReservedElasticsearchInstancePaymentOption = D1 ('MetaData "ReservedElasticsearchInstancePaymentOption" "Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstancePaymentOption" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "ReservedElasticsearchInstancePaymentOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReservedElasticsearchInstancePaymentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RollbackOnDisable

newtype RollbackOnDisable Source #

Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.

Instances

Instances details
Eq RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

Ord RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

Read RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

Show RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

Generic RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

Associated Types

type Rep RollbackOnDisable :: Type -> Type #

NFData RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

Methods

rnf :: RollbackOnDisable -> () #

Hashable RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

ToJSON RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

ToJSONKey RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

FromJSON RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

FromJSONKey RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

ToLog RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

ToHeader RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

ToQuery RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

FromXML RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

ToXML RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

ToByteString RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

FromText RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

ToText RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

type Rep RollbackOnDisable Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RollbackOnDisable

type Rep RollbackOnDisable = D1 ('MetaData "RollbackOnDisable" "Network.AWS.ElasticSearch.Types.RollbackOnDisable" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "RollbackOnDisable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRollbackOnDisable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduledAutoTuneActionType

newtype ScheduledAutoTuneActionType Source #

Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

Instances

Instances details
Eq ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

Ord ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

Read ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

Show ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

Generic ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

Associated Types

type Rep ScheduledAutoTuneActionType :: Type -> Type #

NFData ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

Hashable ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

ToJSON ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

ToJSONKey ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

FromJSON ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

FromJSONKey ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

ToLog ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

ToHeader ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

ToQuery ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

FromXML ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

ToXML ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

ToByteString ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

FromText ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

ToText ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

type Rep ScheduledAutoTuneActionType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType

type Rep ScheduledAutoTuneActionType = D1 ('MetaData "ScheduledAutoTuneActionType" "Network.AWS.ElasticSearch.Types.ScheduledAutoTuneActionType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "ScheduledAutoTuneActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduledAutoTuneActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduledAutoTuneSeverityType

newtype ScheduledAutoTuneSeverityType Source #

Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.

Instances

Instances details
Eq ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

Ord ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

Read ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

Show ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

Generic ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

Associated Types

type Rep ScheduledAutoTuneSeverityType :: Type -> Type #

NFData ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

Hashable ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

ToJSON ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

ToJSONKey ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

FromJSON ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

FromJSONKey ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

ToLog ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

ToHeader ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

ToQuery ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

FromXML ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

ToXML ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

ToByteString ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

FromText ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

ToText ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

type Rep ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType

type Rep ScheduledAutoTuneSeverityType = D1 ('MetaData "ScheduledAutoTuneSeverityType" "Network.AWS.ElasticSearch.Types.ScheduledAutoTuneSeverityType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "ScheduledAutoTuneSeverityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduledAutoTuneSeverityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TLSSecurityPolicy

newtype TLSSecurityPolicy Source #

Instances

Instances details
Eq TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

Ord TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

Read TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

Show TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

Generic TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

Associated Types

type Rep TLSSecurityPolicy :: Type -> Type #

NFData TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

Methods

rnf :: TLSSecurityPolicy -> () #

Hashable TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

ToJSON TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

ToJSONKey TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

FromJSON TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

FromJSONKey TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

ToLog TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

ToHeader TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

ToQuery TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

FromXML TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

ToXML TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

ToByteString TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

FromText TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

ToText TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

type Rep TLSSecurityPolicy Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TLSSecurityPolicy

type Rep TLSSecurityPolicy = D1 ('MetaData "TLSSecurityPolicy" "Network.AWS.ElasticSearch.Types.TLSSecurityPolicy" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "TLSSecurityPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTLSSecurityPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TimeUnit

newtype TimeUnit Source #

Specifies the unit of a maintenance schedule duration. Valid value is HOUR. See the Developer Guide for more information.

Constructors

TimeUnit' 

Fields

Bundled Patterns

pattern TimeUnit_HOURS :: TimeUnit 

Instances

Instances details
Eq TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Ord TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Read TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Show TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Generic TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Associated Types

type Rep TimeUnit :: Type -> Type #

Methods

from :: TimeUnit -> Rep TimeUnit x #

to :: Rep TimeUnit x -> TimeUnit #

NFData TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Methods

rnf :: TimeUnit -> () #

Hashable TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Methods

hashWithSalt :: Int -> TimeUnit -> Int #

hash :: TimeUnit -> Int #

ToJSON TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

ToJSONKey TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

FromJSON TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

FromJSONKey TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

ToLog TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

ToHeader TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Methods

toHeader :: HeaderName -> TimeUnit -> [Header] #

ToQuery TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

FromXML TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

ToXML TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Methods

toXML :: TimeUnit -> XML #

ToByteString TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Methods

toBS :: TimeUnit -> ByteString #

FromText TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

ToText TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

Methods

toText :: TimeUnit -> Text #

type Rep TimeUnit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.TimeUnit

type Rep TimeUnit = D1 ('MetaData "TimeUnit" "Network.AWS.ElasticSearch.Types.TimeUnit" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "TimeUnit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTimeUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UpgradeStatus

newtype UpgradeStatus Source #

Constructors

UpgradeStatus' 

Instances

Instances details
Eq UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

Ord UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

Read UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

Show UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

Generic UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

Associated Types

type Rep UpgradeStatus :: Type -> Type #

NFData UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

Methods

rnf :: UpgradeStatus -> () #

Hashable UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

ToJSON UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

ToJSONKey UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

FromJSON UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

FromJSONKey UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

ToLog UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

ToHeader UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

ToQuery UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

FromXML UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

ToXML UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

Methods

toXML :: UpgradeStatus -> XML #

ToByteString UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

FromText UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

ToText UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

Methods

toText :: UpgradeStatus -> Text #

type Rep UpgradeStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStatus

type Rep UpgradeStatus = D1 ('MetaData "UpgradeStatus" "Network.AWS.ElasticSearch.Types.UpgradeStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "UpgradeStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUpgradeStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UpgradeStep

newtype UpgradeStep Source #

Constructors

UpgradeStep' 

Instances

Instances details
Eq UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

Ord UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

Read UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

Show UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

Generic UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

Associated Types

type Rep UpgradeStep :: Type -> Type #

NFData UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

Methods

rnf :: UpgradeStep -> () #

Hashable UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

ToJSON UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

ToJSONKey UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

FromJSON UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

FromJSONKey UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

ToLog UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

ToHeader UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

ToQuery UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

FromXML UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

ToXML UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

Methods

toXML :: UpgradeStep -> XML #

ToByteString UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

FromText UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

ToText UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

Methods

toText :: UpgradeStep -> Text #

type Rep UpgradeStep Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStep

type Rep UpgradeStep = D1 ('MetaData "UpgradeStep" "Network.AWS.ElasticSearch.Types.UpgradeStep" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "UpgradeStep'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUpgradeStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VolumeType

newtype VolumeType Source #

The type of EBS volume, standard, gp2, or io1. See Configuring EBS-based Storagefor more information.

Constructors

VolumeType' 

Fields

Bundled Patterns

pattern VolumeType_Gp2 :: VolumeType 
pattern VolumeType_Io1 :: VolumeType 
pattern VolumeType_Standard :: VolumeType 

Instances

Instances details
Eq VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

Ord VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

Read VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

Show VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

Generic VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

Associated Types

type Rep VolumeType :: Type -> Type #

NFData VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

Methods

rnf :: VolumeType -> () #

Hashable VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

ToJSON VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

ToJSONKey VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

FromJSON VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

FromJSONKey VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

ToLog VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

ToHeader VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

ToQuery VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

FromXML VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

ToXML VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

Methods

toXML :: VolumeType -> XML #

ToByteString VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

FromText VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

ToText VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

Methods

toText :: VolumeType -> Text #

type Rep VolumeType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VolumeType

type Rep VolumeType = D1 ('MetaData "VolumeType" "Network.AWS.ElasticSearch.Types.VolumeType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'True) (C1 ('MetaCons "VolumeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVolumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccessPoliciesStatus

data AccessPoliciesStatus Source #

The configured access rules for the domain's document and search endpoints, and the current status of those rules.

See: newAccessPoliciesStatus smart constructor.

Instances

Instances details
Eq AccessPoliciesStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AccessPoliciesStatus

Read AccessPoliciesStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AccessPoliciesStatus

Show AccessPoliciesStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AccessPoliciesStatus

Generic AccessPoliciesStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AccessPoliciesStatus

Associated Types

type Rep AccessPoliciesStatus :: Type -> Type #

NFData AccessPoliciesStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AccessPoliciesStatus

Methods

rnf :: AccessPoliciesStatus -> () #

Hashable AccessPoliciesStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AccessPoliciesStatus

FromJSON AccessPoliciesStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AccessPoliciesStatus

type Rep AccessPoliciesStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AccessPoliciesStatus

type Rep AccessPoliciesStatus = D1 ('MetaData "AccessPoliciesStatus" "Network.AWS.ElasticSearch.Types.AccessPoliciesStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AccessPoliciesStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newAccessPoliciesStatus Source #

Create a value of AccessPoliciesStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:AccessPoliciesStatus', accessPoliciesStatus_options - The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

$sel:status:AccessPoliciesStatus', accessPoliciesStatus_status - The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

AdditionalLimit

data AdditionalLimit Source #

List of limits that are specific to a given InstanceType and for each of it's InstanceRole .

See: newAdditionalLimit smart constructor.

Constructors

AdditionalLimit' (Maybe Text) (Maybe [Text]) 

Instances

Instances details
Eq AdditionalLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdditionalLimit

Read AdditionalLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdditionalLimit

Show AdditionalLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdditionalLimit

Generic AdditionalLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdditionalLimit

Associated Types

type Rep AdditionalLimit :: Type -> Type #

NFData AdditionalLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdditionalLimit

Methods

rnf :: AdditionalLimit -> () #

Hashable AdditionalLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdditionalLimit

FromJSON AdditionalLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdditionalLimit

type Rep AdditionalLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdditionalLimit

type Rep AdditionalLimit = D1 ('MetaData "AdditionalLimit" "Network.AWS.ElasticSearch.Types.AdditionalLimit" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AdditionalLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limitName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limitValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newAdditionalLimit :: AdditionalLimit Source #

Create a value of AdditionalLimit with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:limitName:AdditionalLimit', additionalLimit_limitName - Name of Additional Limit is specific to a given InstanceType and for each of it's InstanceRole etc. Attributes and their details:

  • MaximumNumberOfDataNodesSupported
  • MaximumNumberOfDataNodesWithoutMasterNode

$sel:limitValues:AdditionalLimit', additionalLimit_limitValues - Value for given AdditionalLimit$LimitName .

AdvancedOptionsStatus

data AdvancedOptionsStatus Source #

Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:

  • Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.
  • Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.

For more information, see Configuring Advanced Options.

See: newAdvancedOptionsStatus smart constructor.

Instances

Instances details
Eq AdvancedOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedOptionsStatus

Read AdvancedOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedOptionsStatus

Show AdvancedOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedOptionsStatus

Generic AdvancedOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedOptionsStatus

Associated Types

type Rep AdvancedOptionsStatus :: Type -> Type #

NFData AdvancedOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedOptionsStatus

Methods

rnf :: AdvancedOptionsStatus -> () #

Hashable AdvancedOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedOptionsStatus

FromJSON AdvancedOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedOptionsStatus

type Rep AdvancedOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedOptionsStatus

type Rep AdvancedOptionsStatus = D1 ('MetaData "AdvancedOptionsStatus" "Network.AWS.ElasticSearch.Types.AdvancedOptionsStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AdvancedOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newAdvancedOptionsStatus Source #

Create a value of AdvancedOptionsStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:AdvancedOptionsStatus', advancedOptionsStatus_options - Specifies the status of advanced options for the specified Elasticsearch domain.

$sel:status:AdvancedOptionsStatus', advancedOptionsStatus_status - Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

AdvancedSecurityOptions

data AdvancedSecurityOptions Source #

Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.

See: newAdvancedSecurityOptions smart constructor.

Instances

Instances details
Eq AdvancedSecurityOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptions

Read AdvancedSecurityOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptions

Show AdvancedSecurityOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptions

Generic AdvancedSecurityOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptions

Associated Types

type Rep AdvancedSecurityOptions :: Type -> Type #

NFData AdvancedSecurityOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptions

Methods

rnf :: AdvancedSecurityOptions -> () #

Hashable AdvancedSecurityOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptions

FromJSON AdvancedSecurityOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptions

type Rep AdvancedSecurityOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptions

type Rep AdvancedSecurityOptions = D1 ('MetaData "AdvancedSecurityOptions" "Network.AWS.ElasticSearch.Types.AdvancedSecurityOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AdvancedSecurityOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "internalUserDatabaseEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "sAMLOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAMLOptionsOutput)))))

newAdvancedSecurityOptions :: AdvancedSecurityOptions Source #

Create a value of AdvancedSecurityOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:AdvancedSecurityOptions', advancedSecurityOptions_enabled - True if advanced security is enabled.

$sel:internalUserDatabaseEnabled:AdvancedSecurityOptions', advancedSecurityOptions_internalUserDatabaseEnabled - True if the internal user database is enabled.

$sel:sAMLOptions:AdvancedSecurityOptions', advancedSecurityOptions_sAMLOptions - Describes the SAML application configured for a domain.

AdvancedSecurityOptionsInput

data AdvancedSecurityOptionsInput Source #

Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM is enabled).

See: newAdvancedSecurityOptionsInput smart constructor.

Instances

Instances details
Eq AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsInput

Show AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsInput

Generic AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsInput

Associated Types

type Rep AdvancedSecurityOptionsInput :: Type -> Type #

NFData AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsInput

Hashable AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsInput

ToJSON AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsInput

type Rep AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsInput

type Rep AdvancedSecurityOptionsInput = D1 ('MetaData "AdvancedSecurityOptionsInput" "Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsInput" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AdvancedSecurityOptionsInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "internalUserDatabaseEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "masterUserOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MasterUserOptions)) :*: S1 ('MetaSel ('Just "sAMLOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAMLOptionsInput)))))

newAdvancedSecurityOptionsInput :: AdvancedSecurityOptionsInput Source #

Create a value of AdvancedSecurityOptionsInput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:AdvancedSecurityOptionsInput', advancedSecurityOptionsInput_enabled - True if advanced security is enabled.

$sel:internalUserDatabaseEnabled:AdvancedSecurityOptionsInput', advancedSecurityOptionsInput_internalUserDatabaseEnabled - True if the internal user database is enabled.

$sel:masterUserOptions:AdvancedSecurityOptionsInput', advancedSecurityOptionsInput_masterUserOptions - Credentials for the master user: username and password, ARN, or both.

$sel:sAMLOptions:AdvancedSecurityOptionsInput', advancedSecurityOptionsInput_sAMLOptions - Specifies the SAML application configuration for the domain.

AdvancedSecurityOptionsStatus

data AdvancedSecurityOptionsStatus Source #

Specifies the status of advanced security options for the specified Elasticsearch domain.

See: newAdvancedSecurityOptionsStatus smart constructor.

Instances

Instances details
Eq AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsStatus

Read AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsStatus

Show AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsStatus

Generic AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsStatus

Associated Types

type Rep AdvancedSecurityOptionsStatus :: Type -> Type #

NFData AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsStatus

Hashable AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsStatus

FromJSON AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsStatus

type Rep AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsStatus

type Rep AdvancedSecurityOptionsStatus = D1 ('MetaData "AdvancedSecurityOptionsStatus" "Network.AWS.ElasticSearch.Types.AdvancedSecurityOptionsStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AdvancedSecurityOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AdvancedSecurityOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newAdvancedSecurityOptionsStatus Source #

Create a value of AdvancedSecurityOptionsStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:AdvancedSecurityOptionsStatus', advancedSecurityOptionsStatus_options - Specifies advanced security options for the specified Elasticsearch domain.

$sel:status:AdvancedSecurityOptionsStatus', advancedSecurityOptionsStatus_status - Status of the advanced security options for the specified Elasticsearch domain.

AutoTune

data AutoTune Source #

Specifies Auto-Tune type and Auto-Tune action details.

See: newAutoTune smart constructor.

Instances

Instances details
Eq AutoTune Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTune

Read AutoTune Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTune

Show AutoTune Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTune

Generic AutoTune Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTune

Associated Types

type Rep AutoTune :: Type -> Type #

Methods

from :: AutoTune -> Rep AutoTune x #

to :: Rep AutoTune x -> AutoTune #

NFData AutoTune Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTune

Methods

rnf :: AutoTune -> () #

Hashable AutoTune Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTune

Methods

hashWithSalt :: Int -> AutoTune -> Int #

hash :: AutoTune -> Int #

FromJSON AutoTune Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTune

type Rep AutoTune Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTune

type Rep AutoTune = D1 ('MetaData "AutoTune" "Network.AWS.ElasticSearch.Types.AutoTune" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AutoTune'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoTuneDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneDetails)) :*: S1 ('MetaSel ('Just "autoTuneType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneType))))

newAutoTune :: AutoTune Source #

Create a value of AutoTune with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoTuneDetails:AutoTune', autoTune_autoTuneDetails - Specifies details of the Auto-Tune action. See the Developer Guide for more information.

$sel:autoTuneType:AutoTune', autoTune_autoTuneType - Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.

AutoTuneDetails

data AutoTuneDetails Source #

Specifies details of the Auto-Tune action. See the Developer Guide for more information.

See: newAutoTuneDetails smart constructor.

Instances

Instances details
Eq AutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDetails

Read AutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDetails

Show AutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDetails

Generic AutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDetails

Associated Types

type Rep AutoTuneDetails :: Type -> Type #

NFData AutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDetails

Methods

rnf :: AutoTuneDetails -> () #

Hashable AutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDetails

FromJSON AutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDetails

type Rep AutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneDetails

type Rep AutoTuneDetails = D1 ('MetaData "AutoTuneDetails" "Network.AWS.ElasticSearch.Types.AutoTuneDetails" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AutoTuneDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduledAutoTuneDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduledAutoTuneDetails))))

newAutoTuneDetails :: AutoTuneDetails Source #

Create a value of AutoTuneDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scheduledAutoTuneDetails:AutoTuneDetails', autoTuneDetails_scheduledAutoTuneDetails - Undocumented member.

AutoTuneMaintenanceSchedule

data AutoTuneMaintenanceSchedule Source #

Specifies Auto-Tune maitenance schedule. See the Developer Guide for more information.

See: newAutoTuneMaintenanceSchedule smart constructor.

Instances

Instances details
Eq AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneMaintenanceSchedule

Read AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneMaintenanceSchedule

Show AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneMaintenanceSchedule

Generic AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneMaintenanceSchedule

Associated Types

type Rep AutoTuneMaintenanceSchedule :: Type -> Type #

NFData AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneMaintenanceSchedule

Hashable AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneMaintenanceSchedule

ToJSON AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneMaintenanceSchedule

FromJSON AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneMaintenanceSchedule

type Rep AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneMaintenanceSchedule

type Rep AutoTuneMaintenanceSchedule = D1 ('MetaData "AutoTuneMaintenanceSchedule" "Network.AWS.ElasticSearch.Types.AutoTuneMaintenanceSchedule" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AutoTuneMaintenanceSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "cronExpressionForRecurrence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))

newAutoTuneMaintenanceSchedule :: AutoTuneMaintenanceSchedule Source #

Create a value of AutoTuneMaintenanceSchedule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:startAt:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_startAt - Specifies timestamp at which Auto-Tune maintenance schedule start.

$sel:cronExpressionForRecurrence:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_cronExpressionForRecurrence - Specifies cron expression for a recurring maintenance schedule. See the Developer Guide for more information.

$sel:duration:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_duration - Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.

AutoTuneOptions

data AutoTuneOptions Source #

Specifies the Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.

See: newAutoTuneOptions smart constructor.

Instances

Instances details
Eq AutoTuneOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptions

Read AutoTuneOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptions

Show AutoTuneOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptions

Generic AutoTuneOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptions

Associated Types

type Rep AutoTuneOptions :: Type -> Type #

NFData AutoTuneOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptions

Methods

rnf :: AutoTuneOptions -> () #

Hashable AutoTuneOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptions

ToJSON AutoTuneOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptions

FromJSON AutoTuneOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptions

type Rep AutoTuneOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptions

type Rep AutoTuneOptions = D1 ('MetaData "AutoTuneOptions" "Network.AWS.ElasticSearch.Types.AutoTuneOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AutoTuneOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "desiredState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneDesiredState)) :*: (S1 ('MetaSel ('Just "rollbackOnDisable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollbackOnDisable)) :*: S1 ('MetaSel ('Just "maintenanceSchedules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoTuneMaintenanceSchedule])))))

newAutoTuneOptions :: AutoTuneOptions Source #

Create a value of AutoTuneOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:desiredState:AutoTuneOptions', autoTuneOptions_desiredState - Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.

$sel:rollbackOnDisable:AutoTuneOptions', autoTuneOptions_rollbackOnDisable - Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.

$sel:maintenanceSchedules:AutoTuneOptions', autoTuneOptions_maintenanceSchedules - Specifies list of maitenance schedules. See the Developer Guide for more information.

AutoTuneOptionsInput

data AutoTuneOptionsInput Source #

Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.

See: newAutoTuneOptionsInput smart constructor.

Instances

Instances details
Eq AutoTuneOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsInput

Read AutoTuneOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsInput

Show AutoTuneOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsInput

Generic AutoTuneOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsInput

Associated Types

type Rep AutoTuneOptionsInput :: Type -> Type #

NFData AutoTuneOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsInput

Methods

rnf :: AutoTuneOptionsInput -> () #

Hashable AutoTuneOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsInput

ToJSON AutoTuneOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsInput

type Rep AutoTuneOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsInput

type Rep AutoTuneOptionsInput = D1 ('MetaData "AutoTuneOptionsInput" "Network.AWS.ElasticSearch.Types.AutoTuneOptionsInput" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AutoTuneOptionsInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "desiredState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneDesiredState)) :*: S1 ('MetaSel ('Just "maintenanceSchedules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoTuneMaintenanceSchedule]))))

newAutoTuneOptionsInput :: AutoTuneOptionsInput Source #

Create a value of AutoTuneOptionsInput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:desiredState:AutoTuneOptionsInput', autoTuneOptionsInput_desiredState - Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.

$sel:maintenanceSchedules:AutoTuneOptionsInput', autoTuneOptionsInput_maintenanceSchedules - Specifies list of maitenance schedules. See the Developer Guide for more information.

AutoTuneOptionsOutput

data AutoTuneOptionsOutput Source #

Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.

See: newAutoTuneOptionsOutput smart constructor.

Instances

Instances details
Eq AutoTuneOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsOutput

Read AutoTuneOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsOutput

Show AutoTuneOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsOutput

Generic AutoTuneOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsOutput

Associated Types

type Rep AutoTuneOptionsOutput :: Type -> Type #

NFData AutoTuneOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsOutput

Methods

rnf :: AutoTuneOptionsOutput -> () #

Hashable AutoTuneOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsOutput

FromJSON AutoTuneOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsOutput

type Rep AutoTuneOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsOutput

type Rep AutoTuneOptionsOutput = D1 ('MetaData "AutoTuneOptionsOutput" "Network.AWS.ElasticSearch.Types.AutoTuneOptionsOutput" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AutoTuneOptionsOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneState)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoTuneOptionsOutput :: AutoTuneOptionsOutput Source #

Create a value of AutoTuneOptionsOutput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:AutoTuneOptionsOutput', autoTuneOptionsOutput_state - Specifies the AutoTuneState for the Elasticsearch domain.

$sel:errorMessage:AutoTuneOptionsOutput', autoTuneOptionsOutput_errorMessage - Specifies the error message while enabling or disabling the Auto-Tune.

AutoTuneOptionsStatus

data AutoTuneOptionsStatus Source #

Specifies the status of Auto-Tune options for the specified Elasticsearch domain.

See: newAutoTuneOptionsStatus smart constructor.

Instances

Instances details
Eq AutoTuneOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsStatus

Read AutoTuneOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsStatus

Show AutoTuneOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsStatus

Generic AutoTuneOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsStatus

Associated Types

type Rep AutoTuneOptionsStatus :: Type -> Type #

NFData AutoTuneOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsStatus

Methods

rnf :: AutoTuneOptionsStatus -> () #

Hashable AutoTuneOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsStatus

FromJSON AutoTuneOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsStatus

type Rep AutoTuneOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneOptionsStatus

type Rep AutoTuneOptionsStatus = D1 ('MetaData "AutoTuneOptionsStatus" "Network.AWS.ElasticSearch.Types.AutoTuneOptionsStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AutoTuneOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneStatus)) :*: S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneOptions))))

newAutoTuneOptionsStatus :: AutoTuneOptionsStatus Source #

Create a value of AutoTuneOptionsStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:AutoTuneOptionsStatus', autoTuneOptionsStatus_status - Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.

$sel:options:AutoTuneOptionsStatus', autoTuneOptionsStatus_options - Specifies Auto-Tune options for the specified Elasticsearch domain.

AutoTuneStatus

data AutoTuneStatus Source #

Provides the current status of the Auto-Tune options.

See: newAutoTuneStatus smart constructor.

Instances

Instances details
Eq AutoTuneStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneStatus

Read AutoTuneStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneStatus

Show AutoTuneStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneStatus

Generic AutoTuneStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneStatus

Associated Types

type Rep AutoTuneStatus :: Type -> Type #

NFData AutoTuneStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneStatus

Methods

rnf :: AutoTuneStatus -> () #

Hashable AutoTuneStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneStatus

FromJSON AutoTuneStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneStatus

type Rep AutoTuneStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.AutoTuneStatus

type Rep AutoTuneStatus = D1 ('MetaData "AutoTuneStatus" "Network.AWS.ElasticSearch.Types.AutoTuneStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "AutoTuneStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pendingDeletion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updateVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "updateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoTuneState)))))

newAutoTuneStatus Source #

Create a value of AutoTuneStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:pendingDeletion:AutoTuneStatus', autoTuneStatus_pendingDeletion - Indicates whether the Elasticsearch domain is being deleted.

$sel:errorMessage:AutoTuneStatus', autoTuneStatus_errorMessage - Specifies the error message while enabling or disabling the Auto-Tune options.

$sel:updateVersion:AutoTuneStatus', autoTuneStatus_updateVersion - Specifies the Auto-Tune options latest version.

$sel:creationDate:AutoTuneStatus', autoTuneStatus_creationDate - Timestamp which tells Auto-Tune options creation date .

$sel:updateDate:AutoTuneStatus', autoTuneStatus_updateDate - Timestamp which tells Auto-Tune options last updated time.

$sel:state:AutoTuneStatus', autoTuneStatus_state - Specifies the AutoTuneState for the Elasticsearch domain.

CognitoOptions

data CognitoOptions Source #

Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.

See: newCognitoOptions smart constructor.

Instances

Instances details
Eq CognitoOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptions

Read CognitoOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptions

Show CognitoOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptions

Generic CognitoOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptions

Associated Types

type Rep CognitoOptions :: Type -> Type #

NFData CognitoOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptions

Methods

rnf :: CognitoOptions -> () #

Hashable CognitoOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptions

ToJSON CognitoOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptions

FromJSON CognitoOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptions

type Rep CognitoOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptions

type Rep CognitoOptions = D1 ('MetaData "CognitoOptions" "Network.AWS.ElasticSearch.Types.CognitoOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CognitoOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identityPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCognitoOptions :: CognitoOptions Source #

Create a value of CognitoOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identityPoolId:CognitoOptions', cognitoOptions_identityPoolId - Specifies the Cognito identity pool ID for Kibana authentication.

$sel:enabled:CognitoOptions', cognitoOptions_enabled - Specifies the option to enable Cognito for Kibana authentication.

$sel:userPoolId:CognitoOptions', cognitoOptions_userPoolId - Specifies the Cognito user pool ID for Kibana authentication.

$sel:roleArn:CognitoOptions', cognitoOptions_roleArn - Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.

CognitoOptionsStatus

data CognitoOptionsStatus Source #

Status of the Cognito options for the specified Elasticsearch domain.

See: newCognitoOptionsStatus smart constructor.

Instances

Instances details
Eq CognitoOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptionsStatus

Read CognitoOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptionsStatus

Show CognitoOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptionsStatus

Generic CognitoOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptionsStatus

Associated Types

type Rep CognitoOptionsStatus :: Type -> Type #

NFData CognitoOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptionsStatus

Methods

rnf :: CognitoOptionsStatus -> () #

Hashable CognitoOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptionsStatus

FromJSON CognitoOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptionsStatus

type Rep CognitoOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CognitoOptionsStatus

type Rep CognitoOptionsStatus = D1 ('MetaData "CognitoOptionsStatus" "Network.AWS.ElasticSearch.Types.CognitoOptionsStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CognitoOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CognitoOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newCognitoOptionsStatus Source #

Create a value of CognitoOptionsStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:CognitoOptionsStatus', cognitoOptionsStatus_options - Specifies the Cognito options for the specified Elasticsearch domain.

$sel:status:CognitoOptionsStatus', cognitoOptionsStatus_status - Specifies the status of the Cognito options for the specified Elasticsearch domain.

ColdStorageOptions

data ColdStorageOptions Source #

Specifies the configuration for cold storage options such as enabled

See: newColdStorageOptions smart constructor.

Instances

Instances details
Eq ColdStorageOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ColdStorageOptions

Read ColdStorageOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ColdStorageOptions

Show ColdStorageOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ColdStorageOptions

Generic ColdStorageOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ColdStorageOptions

Associated Types

type Rep ColdStorageOptions :: Type -> Type #

NFData ColdStorageOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ColdStorageOptions

Methods

rnf :: ColdStorageOptions -> () #

Hashable ColdStorageOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ColdStorageOptions

ToJSON ColdStorageOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ColdStorageOptions

FromJSON ColdStorageOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ColdStorageOptions

type Rep ColdStorageOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ColdStorageOptions

type Rep ColdStorageOptions = D1 ('MetaData "ColdStorageOptions" "Network.AWS.ElasticSearch.Types.ColdStorageOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ColdStorageOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newColdStorageOptions Source #

Create a value of ColdStorageOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:ColdStorageOptions', coldStorageOptions_enabled - Enable cold storage option. Accepted values true or false

CompatibleVersionsMap

data CompatibleVersionsMap Source #

A map from an ElasticsearchVersion to a list of compatible ElasticsearchVersion s to which the domain can be upgraded.

See: newCompatibleVersionsMap smart constructor.

Instances

Instances details
Eq CompatibleVersionsMap Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CompatibleVersionsMap

Read CompatibleVersionsMap Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CompatibleVersionsMap

Show CompatibleVersionsMap Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CompatibleVersionsMap

Generic CompatibleVersionsMap Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CompatibleVersionsMap

Associated Types

type Rep CompatibleVersionsMap :: Type -> Type #

NFData CompatibleVersionsMap Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CompatibleVersionsMap

Methods

rnf :: CompatibleVersionsMap -> () #

Hashable CompatibleVersionsMap Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CompatibleVersionsMap

FromJSON CompatibleVersionsMap Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CompatibleVersionsMap

type Rep CompatibleVersionsMap Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.CompatibleVersionsMap

type Rep CompatibleVersionsMap = D1 ('MetaData "CompatibleVersionsMap" "Network.AWS.ElasticSearch.Types.CompatibleVersionsMap" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CompatibleVersionsMap'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newCompatibleVersionsMap :: CompatibleVersionsMap Source #

Create a value of CompatibleVersionsMap with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceVersion:CompatibleVersionsMap', compatibleVersionsMap_sourceVersion - The current version of Elasticsearch on which a domain is.

$sel:targetVersions:CompatibleVersionsMap', compatibleVersionsMap_targetVersions - Undocumented member.

DescribePackagesFilter

data DescribePackagesFilter Source #

Filter to apply in DescribePackage response.

See: newDescribePackagesFilter smart constructor.

Instances

Instances details
Eq DescribePackagesFilter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilter

Read DescribePackagesFilter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilter

Show DescribePackagesFilter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilter

Generic DescribePackagesFilter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilter

Associated Types

type Rep DescribePackagesFilter :: Type -> Type #

NFData DescribePackagesFilter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilter

Methods

rnf :: DescribePackagesFilter -> () #

Hashable DescribePackagesFilter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilter

ToJSON DescribePackagesFilter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilter

type Rep DescribePackagesFilter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DescribePackagesFilter

type Rep DescribePackagesFilter = D1 ('MetaData "DescribePackagesFilter" "Network.AWS.ElasticSearch.Types.DescribePackagesFilter" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribePackagesFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DescribePackagesFilterName))))

newDescribePackagesFilter :: DescribePackagesFilter Source #

Create a value of DescribePackagesFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:DescribePackagesFilter', describePackagesFilter_value - A list of values for the specified field.

$sel:name:DescribePackagesFilter', describePackagesFilter_name - Any field from PackageDetails.

DomainEndpointOptions

data DomainEndpointOptions Source #

Options to configure endpoint for the Elasticsearch domain.

See: newDomainEndpointOptions smart constructor.

Instances

Instances details
Eq DomainEndpointOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptions

Read DomainEndpointOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptions

Show DomainEndpointOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptions

Generic DomainEndpointOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptions

Associated Types

type Rep DomainEndpointOptions :: Type -> Type #

NFData DomainEndpointOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptions

Methods

rnf :: DomainEndpointOptions -> () #

Hashable DomainEndpointOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptions

ToJSON DomainEndpointOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptions

FromJSON DomainEndpointOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptions

type Rep DomainEndpointOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptions

type Rep DomainEndpointOptions = D1 ('MetaData "DomainEndpointOptions" "Network.AWS.ElasticSearch.Types.DomainEndpointOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DomainEndpointOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enforceHTTPS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "tLSSecurityPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TLSSecurityPolicy))) :*: (S1 ('MetaSel ('Just "customEndpointEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "customEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customEndpointCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDomainEndpointOptions :: DomainEndpointOptions Source #

Create a value of DomainEndpointOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enforceHTTPS:DomainEndpointOptions', domainEndpointOptions_enforceHTTPS - Specify if only HTTPS endpoint should be enabled for the Elasticsearch domain.

$sel:tLSSecurityPolicy:DomainEndpointOptions', domainEndpointOptions_tLSSecurityPolicy - Specify the TLS security policy that needs to be applied to the HTTPS endpoint of Elasticsearch domain. It can be one of the following values:

  • Policy-Min-TLS-1-0-2019-07: TLS security policy which supports TLSv1.0 and higher.
  • Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLSv1.2

$sel:customEndpointEnabled:DomainEndpointOptions', domainEndpointOptions_customEndpointEnabled - Specify if custom endpoint should be enabled for the Elasticsearch domain.

$sel:customEndpoint:DomainEndpointOptions', domainEndpointOptions_customEndpoint - Specify the fully qualified domain for your custom endpoint.

$sel:customEndpointCertificateArn:DomainEndpointOptions', domainEndpointOptions_customEndpointCertificateArn - Specify ACM certificate ARN for your custom endpoint.

DomainEndpointOptionsStatus

data DomainEndpointOptionsStatus Source #

The configured endpoint options for the domain and their current status.

See: newDomainEndpointOptionsStatus smart constructor.

Instances

Instances details
Eq DomainEndpointOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptionsStatus

Read DomainEndpointOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptionsStatus

Show DomainEndpointOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptionsStatus

Generic DomainEndpointOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptionsStatus

Associated Types

type Rep DomainEndpointOptionsStatus :: Type -> Type #

NFData DomainEndpointOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptionsStatus

Hashable DomainEndpointOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptionsStatus

FromJSON DomainEndpointOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptionsStatus

type Rep DomainEndpointOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainEndpointOptionsStatus

type Rep DomainEndpointOptionsStatus = D1 ('MetaData "DomainEndpointOptionsStatus" "Network.AWS.ElasticSearch.Types.DomainEndpointOptionsStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DomainEndpointOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainEndpointOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newDomainEndpointOptionsStatus Source #

Create a value of DomainEndpointOptionsStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:DomainEndpointOptionsStatus', domainEndpointOptionsStatus_options - Options to configure endpoint for the Elasticsearch domain.

$sel:status:DomainEndpointOptionsStatus', domainEndpointOptionsStatus_status - The status of the endpoint options for the Elasticsearch domain. See OptionStatus for the status information that's included.

DomainInfo

data DomainInfo Source #

See: newDomainInfo smart constructor.

Instances

Instances details
Eq DomainInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInfo

Read DomainInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInfo

Show DomainInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInfo

Generic DomainInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInfo

Associated Types

type Rep DomainInfo :: Type -> Type #

NFData DomainInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInfo

Methods

rnf :: DomainInfo -> () #

Hashable DomainInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInfo

FromJSON DomainInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInfo

type Rep DomainInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInfo

type Rep DomainInfo = D1 ('MetaData "DomainInfo" "Network.AWS.ElasticSearch.Types.DomainInfo" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DomainInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EngineType))))

newDomainInfo :: DomainInfo Source #

Create a value of DomainInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainName:DomainInfo', domainInfo_domainName - Specifies the DomainName.

$sel:engineType:DomainInfo', domainInfo_engineType - Specifies the EngineType of the domain.

DomainInformation

data DomainInformation Source #

See: newDomainInformation smart constructor.

Instances

Instances details
Eq DomainInformation Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInformation

Read DomainInformation Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInformation

Show DomainInformation Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInformation

Generic DomainInformation Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInformation

Associated Types

type Rep DomainInformation :: Type -> Type #

NFData DomainInformation Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInformation

Methods

rnf :: DomainInformation -> () #

Hashable DomainInformation Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInformation

ToJSON DomainInformation Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInformation

FromJSON DomainInformation Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInformation

type Rep DomainInformation Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainInformation

type Rep DomainInformation = D1 ('MetaData "DomainInformation" "Network.AWS.ElasticSearch.Types.DomainInformation" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DomainInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDomainInformation Source #

Create a value of DomainInformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ownerId:DomainInformation', domainInformation_ownerId - Undocumented member.

$sel:region:DomainInformation', domainInformation_region - Undocumented member.

$sel:domainName:DomainInformation', domainInformation_domainName - Undocumented member.

DomainPackageDetails

data DomainPackageDetails Source #

Information on a package that is associated with a domain.

See: newDomainPackageDetails smart constructor.

Instances

Instances details
Eq DomainPackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageDetails

Read DomainPackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageDetails

Show DomainPackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageDetails

Generic DomainPackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageDetails

Associated Types

type Rep DomainPackageDetails :: Type -> Type #

NFData DomainPackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageDetails

Methods

rnf :: DomainPackageDetails -> () #

Hashable DomainPackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageDetails

FromJSON DomainPackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageDetails

type Rep DomainPackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.DomainPackageDetails

type Rep DomainPackageDetails = D1 ('MetaData "DomainPackageDetails" "Network.AWS.ElasticSearch.Types.DomainPackageDetails" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DomainPackageDetails'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "packageID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "packageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PackageType)) :*: S1 ('MetaSel ('Just "packageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "packageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainPackageStatus))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorDetails)) :*: S1 ('MetaSel ('Just "referencePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDomainPackageDetails :: DomainPackageDetails Source #

Create a value of DomainPackageDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastUpdated:DomainPackageDetails', domainPackageDetails_lastUpdated - Timestamp of the most-recent update to the association status.

$sel:packageID:DomainPackageDetails', domainPackageDetails_packageID - Internal ID of the package.

$sel:packageType:DomainPackageDetails', domainPackageDetails_packageType - Currently supports only TXT-DICTIONARY.

$sel:packageName:DomainPackageDetails', domainPackageDetails_packageName - User specified name of the package.

$sel:packageVersion:DomainPackageDetails', domainPackageDetails_packageVersion - Undocumented member.

$sel:domainPackageStatus:DomainPackageDetails', domainPackageDetails_domainPackageStatus - State of the association. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.

$sel:domainName:DomainPackageDetails', domainPackageDetails_domainName - Name of the domain you've associated a package with.

$sel:errorDetails:DomainPackageDetails', domainPackageDetails_errorDetails - Additional information if the package is in an error state. Null otherwise.

$sel:referencePath:DomainPackageDetails', domainPackageDetails_referencePath - The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.

Duration

data Duration Source #

Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.

See: newDuration smart constructor.

Instances

Instances details
Eq Duration Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Duration

Read Duration Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Duration

Show Duration Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Duration

Generic Duration Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Duration

Associated Types

type Rep Duration :: Type -> Type #

Methods

from :: Duration -> Rep Duration x #

to :: Rep Duration x -> Duration #

NFData Duration Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Duration

Methods

rnf :: Duration -> () #

Hashable Duration Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Duration

Methods

hashWithSalt :: Int -> Duration -> Int #

hash :: Duration -> Int #

ToJSON Duration Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Duration

FromJSON Duration Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Duration

type Rep Duration Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Duration

type Rep Duration = D1 ('MetaData "Duration" "Network.AWS.ElasticSearch.Types.Duration" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "Duration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeUnit))))

newDuration :: Duration Source #

Create a value of Duration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:Duration', duration_value - Integer to specify the value of a maintenance schedule duration. See the Developer Guide for more information.

$sel:unit:Duration', duration_unit - Specifies the unit of a maintenance schedule duration. Valid value is HOURS. See the Developer Guide for more information.

EBSOptions

data EBSOptions Source #

Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage.

See: newEBSOptions smart constructor.

Instances

Instances details
Eq EBSOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptions

Read EBSOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptions

Show EBSOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptions

Generic EBSOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptions

Associated Types

type Rep EBSOptions :: Type -> Type #

NFData EBSOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptions

Methods

rnf :: EBSOptions -> () #

Hashable EBSOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptions

ToJSON EBSOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptions

FromJSON EBSOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptions

type Rep EBSOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptions

type Rep EBSOptions = D1 ('MetaData "EBSOptions" "Network.AWS.ElasticSearch.Types.EBSOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "EBSOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "volumeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "volumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeType)) :*: S1 ('MetaSel ('Just "eBSEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newEBSOptions :: EBSOptions Source #

Create a value of EBSOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:volumeSize:EBSOptions', eBSOptions_volumeSize - Integer to specify the size of an EBS volume.

$sel:iops:EBSOptions', eBSOptions_iops - Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

$sel:volumeType:EBSOptions', eBSOptions_volumeType - Specifies the volume type for EBS-based storage.

$sel:eBSEnabled:EBSOptions', eBSOptions_eBSEnabled - Specifies whether EBS-based storage is enabled.

EBSOptionsStatus

data EBSOptionsStatus Source #

Status of the EBS options for the specified Elasticsearch domain.

See: newEBSOptionsStatus smart constructor.

Instances

Instances details
Eq EBSOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptionsStatus

Read EBSOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptionsStatus

Show EBSOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptionsStatus

Generic EBSOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptionsStatus

Associated Types

type Rep EBSOptionsStatus :: Type -> Type #

NFData EBSOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptionsStatus

Methods

rnf :: EBSOptionsStatus -> () #

Hashable EBSOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptionsStatus

FromJSON EBSOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptionsStatus

type Rep EBSOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EBSOptionsStatus

type Rep EBSOptionsStatus = D1 ('MetaData "EBSOptionsStatus" "Network.AWS.ElasticSearch.Types.EBSOptionsStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "EBSOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EBSOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newEBSOptionsStatus Source #

Create a value of EBSOptionsStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:EBSOptionsStatus', eBSOptionsStatus_options - Specifies the EBS options for the specified Elasticsearch domain.

$sel:status:EBSOptionsStatus', eBSOptionsStatus_status - Specifies the status of the EBS options for the specified Elasticsearch domain.

ElasticsearchClusterConfig

data ElasticsearchClusterConfig Source #

Specifies the configuration for the domain cluster, such as the type and number of instances.

See: newElasticsearchClusterConfig smart constructor.

Instances

Instances details
Eq ElasticsearchClusterConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfig

Read ElasticsearchClusterConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfig

Show ElasticsearchClusterConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfig

Generic ElasticsearchClusterConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfig

Associated Types

type Rep ElasticsearchClusterConfig :: Type -> Type #

NFData ElasticsearchClusterConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfig

Hashable ElasticsearchClusterConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfig

ToJSON ElasticsearchClusterConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfig

FromJSON ElasticsearchClusterConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfig

type Rep ElasticsearchClusterConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfig

type Rep ElasticsearchClusterConfig = D1 ('MetaData "ElasticsearchClusterConfig" "Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfig" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ElasticsearchClusterConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dedicatedMasterCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "dedicatedMasterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ESPartitionInstanceType))) :*: (S1 ('MetaSel ('Just "dedicatedMasterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "coldStorageOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColdStorageOptions))))) :*: ((S1 ('MetaSel ('Just "zoneAwarenessEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ESPartitionInstanceType)) :*: S1 ('MetaSel ('Just "warmEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "zoneAwarenessConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ZoneAwarenessConfig)) :*: (S1 ('MetaSel ('Just "warmCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "warmType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ESWarmPartitionInstanceType)))))))

newElasticsearchClusterConfig :: ElasticsearchClusterConfig Source #

Create a value of ElasticsearchClusterConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dedicatedMasterCount:ElasticsearchClusterConfig', elasticsearchClusterConfig_dedicatedMasterCount - Total number of dedicated master nodes, active and on standby, for the cluster.

$sel:dedicatedMasterType:ElasticsearchClusterConfig', elasticsearchClusterConfig_dedicatedMasterType - The instance type for a dedicated master node.

$sel:dedicatedMasterEnabled:ElasticsearchClusterConfig', elasticsearchClusterConfig_dedicatedMasterEnabled - A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

$sel:instanceCount:ElasticsearchClusterConfig', elasticsearchClusterConfig_instanceCount - The number of instances in the specified domain cluster.

$sel:coldStorageOptions:ElasticsearchClusterConfig', elasticsearchClusterConfig_coldStorageOptions - Specifies the ColdStorageOptions config for Elasticsearch Domain

$sel:zoneAwarenessEnabled:ElasticsearchClusterConfig', elasticsearchClusterConfig_zoneAwarenessEnabled - A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

$sel:instanceType:ElasticsearchClusterConfig', elasticsearchClusterConfig_instanceType - The instance type for an Elasticsearch cluster. UltraWarm instance types are not supported for data instances.

$sel:warmEnabled:ElasticsearchClusterConfig', elasticsearchClusterConfig_warmEnabled - True to enable warm storage.

$sel:zoneAwarenessConfig:ElasticsearchClusterConfig', elasticsearchClusterConfig_zoneAwarenessConfig - Specifies the zone awareness configuration for a domain when zone awareness is enabled.

$sel:warmCount:ElasticsearchClusterConfig', elasticsearchClusterConfig_warmCount - The number of warm nodes in the cluster.

$sel:warmType:ElasticsearchClusterConfig', elasticsearchClusterConfig_warmType - The instance type for the Elasticsearch cluster's warm nodes.

ElasticsearchClusterConfigStatus

data ElasticsearchClusterConfigStatus Source #

Specifies the configuration status for the specified Elasticsearch domain.

See: newElasticsearchClusterConfigStatus smart constructor.

Instances

Instances details
Eq ElasticsearchClusterConfigStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfigStatus

Read ElasticsearchClusterConfigStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfigStatus

Show ElasticsearchClusterConfigStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfigStatus

Generic ElasticsearchClusterConfigStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfigStatus

Associated Types

type Rep ElasticsearchClusterConfigStatus :: Type -> Type #

NFData ElasticsearchClusterConfigStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfigStatus

Hashable ElasticsearchClusterConfigStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfigStatus

FromJSON ElasticsearchClusterConfigStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfigStatus

type Rep ElasticsearchClusterConfigStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfigStatus

type Rep ElasticsearchClusterConfigStatus = D1 ('MetaData "ElasticsearchClusterConfigStatus" "Network.AWS.ElasticSearch.Types.ElasticsearchClusterConfigStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ElasticsearchClusterConfigStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ElasticsearchClusterConfig) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newElasticsearchClusterConfigStatus Source #

Create a value of ElasticsearchClusterConfigStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:ElasticsearchClusterConfigStatus', elasticsearchClusterConfigStatus_options - Specifies the cluster configuration for the specified Elasticsearch domain.

$sel:status:ElasticsearchClusterConfigStatus', elasticsearchClusterConfigStatus_status - Specifies the status of the configuration for the specified Elasticsearch domain.

ElasticsearchDomainConfig

data ElasticsearchDomainConfig Source #

The configuration of an Elasticsearch domain.

See: newElasticsearchDomainConfig smart constructor.

Instances

Instances details
Eq ElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainConfig

Read ElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainConfig

Show ElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainConfig

Generic ElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainConfig

Associated Types

type Rep ElasticsearchDomainConfig :: Type -> Type #

NFData ElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainConfig

Hashable ElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainConfig

FromJSON ElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainConfig

type Rep ElasticsearchDomainConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainConfig

type Rep ElasticsearchDomainConfig = D1 ('MetaData "ElasticsearchDomainConfig" "Network.AWS.ElasticSearch.Types.ElasticsearchDomainConfig" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ElasticsearchDomainConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "eBSOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EBSOptionsStatus)) :*: (S1 ('MetaSel ('Just "nodeToNodeEncryptionOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeToNodeEncryptionOptionsStatus)) :*: S1 ('MetaSel ('Just "accessPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessPoliciesStatus)))) :*: ((S1 ('MetaSel ('Just "autoTuneOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneOptionsStatus)) :*: S1 ('MetaSel ('Just "logPublishingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogPublishingOptionsStatus))) :*: (S1 ('MetaSel ('Just "advancedSecurityOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdvancedSecurityOptionsStatus)) :*: S1 ('MetaSel ('Just "elasticsearchClusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchClusterConfigStatus))))) :*: ((S1 ('MetaSel ('Just "snapshotOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnapshotOptionsStatus)) :*: (S1 ('MetaSel ('Just "cognitoOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoOptionsStatus)) :*: S1 ('MetaSel ('Just "encryptionAtRestOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionAtRestOptionsStatus)))) :*: ((S1 ('MetaSel ('Just "vPCOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCDerivedInfoStatus)) :*: S1 ('MetaSel ('Just "domainEndpointOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainEndpointOptionsStatus))) :*: (S1 ('MetaSel ('Just "advancedOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdvancedOptionsStatus)) :*: S1 ('MetaSel ('Just "elasticsearchVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchVersionStatus)))))))

newElasticsearchDomainConfig :: ElasticsearchDomainConfig Source #

Create a value of ElasticsearchDomainConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eBSOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_eBSOptions - Specifies the EBSOptions for the Elasticsearch domain.

$sel:nodeToNodeEncryptionOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_nodeToNodeEncryptionOptions - Specifies the NodeToNodeEncryptionOptions for the Elasticsearch domain.

$sel:accessPolicies:ElasticsearchDomainConfig', elasticsearchDomainConfig_accessPolicies - IAM access policy as a JSON-formatted string.

$sel:autoTuneOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_autoTuneOptions - Specifies AutoTuneOptions for the domain.

$sel:logPublishingOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_logPublishingOptions - Log publishing options for the given domain.

$sel:advancedSecurityOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_advancedSecurityOptions - Specifies AdvancedSecurityOptions for the domain.

$sel:elasticsearchClusterConfig:ElasticsearchDomainConfig', elasticsearchDomainConfig_elasticsearchClusterConfig - Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

$sel:snapshotOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_snapshotOptions - Specifies the SnapshotOptions for the Elasticsearch domain.

$sel:cognitoOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_cognitoOptions - The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.

$sel:encryptionAtRestOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_encryptionAtRestOptions - Specifies the EncryptionAtRestOptions for the Elasticsearch domain.

$sel:vPCOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_vPCOptions - The VPCOptions for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

$sel:domainEndpointOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_domainEndpointOptions - Specifies the DomainEndpointOptions for the Elasticsearch domain.

$sel:advancedOptions:ElasticsearchDomainConfig', elasticsearchDomainConfig_advancedOptions - Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

$sel:elasticsearchVersion:ElasticsearchDomainConfig', elasticsearchDomainConfig_elasticsearchVersion - String of format X.Y to specify version for the Elasticsearch domain.

ElasticsearchDomainStatus

data ElasticsearchDomainStatus Source #

The current status of an Elasticsearch domain.

See: newElasticsearchDomainStatus smart constructor.

Instances

Instances details
Eq ElasticsearchDomainStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainStatus

Read ElasticsearchDomainStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainStatus

Show ElasticsearchDomainStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainStatus

Generic ElasticsearchDomainStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainStatus

Associated Types

type Rep ElasticsearchDomainStatus :: Type -> Type #

NFData ElasticsearchDomainStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainStatus

Hashable ElasticsearchDomainStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainStatus

FromJSON ElasticsearchDomainStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainStatus

type Rep ElasticsearchDomainStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchDomainStatus

type Rep ElasticsearchDomainStatus = D1 ('MetaData "ElasticsearchDomainStatus" "Network.AWS.ElasticSearch.Types.ElasticsearchDomainStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ElasticsearchDomainStatus'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "eBSOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EBSOptions)) :*: (S1 ('MetaSel ('Just "nodeToNodeEncryptionOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeToNodeEncryptionOptions)) :*: S1 ('MetaSel ('Just "accessPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "serviceSoftwareOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceSoftwareOptions)) :*: (S1 ('MetaSel ('Just "autoTuneOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneOptionsOutput)) :*: S1 ('MetaSel ('Just "logPublishingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap LogType LogPublishingOption)))))) :*: ((S1 ('MetaSel ('Just "advancedSecurityOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdvancedSecurityOptions)) :*: (S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "snapshotOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnapshotOptions)))) :*: (S1 ('MetaSel ('Just "cognitoOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoOptions)) :*: (S1 ('MetaSel ('Just "encryptionAtRestOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionAtRestOptions)) :*: S1 ('MetaSel ('Just "deleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "vPCOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCDerivedInfo)) :*: (S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "domainEndpointOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainEndpointOptions)))) :*: (S1 ('MetaSel ('Just "processing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "upgradeProcessing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "advancedOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "elasticsearchVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "elasticsearchClusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ElasticsearchClusterConfig)))))))

newElasticsearchDomainStatus Source #

Create a value of ElasticsearchDomainStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eBSOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_eBSOptions - The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

$sel:nodeToNodeEncryptionOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_nodeToNodeEncryptionOptions - Specifies the status of the NodeToNodeEncryptionOptions.

$sel:accessPolicies:ElasticsearchDomainStatus', elasticsearchDomainStatus_accessPolicies - IAM access policy as a JSON-formatted string.

$sel:serviceSoftwareOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_serviceSoftwareOptions - The current status of the Elasticsearch domain's service software.

$sel:autoTuneOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_autoTuneOptions - The current status of the Elasticsearch domain's Auto-Tune options.

$sel:logPublishingOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_logPublishingOptions - Log publishing options for the given domain.

$sel:advancedSecurityOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_advancedSecurityOptions - The current status of the Elasticsearch domain's advanced security options.

$sel:created:ElasticsearchDomainStatus', elasticsearchDomainStatus_created - The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

$sel:snapshotOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_snapshotOptions - Specifies the status of the SnapshotOptions

$sel:cognitoOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_cognitoOptions - The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.

$sel:encryptionAtRestOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_encryptionAtRestOptions - Specifies the status of the EncryptionAtRestOptions.

$sel:deleted:ElasticsearchDomainStatus', elasticsearchDomainStatus_deleted - The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

$sel:vPCOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_vPCOptions - The VPCOptions for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

$sel:endpoints:ElasticsearchDomainStatus', elasticsearchDomainStatus_endpoints - Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example key, value: 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.

$sel:domainEndpointOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_domainEndpointOptions - The current status of the Elasticsearch domain's endpoint options.

$sel:processing:ElasticsearchDomainStatus', elasticsearchDomainStatus_processing - The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

$sel:endpoint:ElasticsearchDomainStatus', elasticsearchDomainStatus_endpoint - The Elasticsearch domain endpoint that you use to submit index and search requests.

$sel:upgradeProcessing:ElasticsearchDomainStatus', elasticsearchDomainStatus_upgradeProcessing - The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch Service is undergoing a version upgrade. False if the configuration is active.

$sel:advancedOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_advancedOptions - Specifies the status of the AdvancedOptions

$sel:elasticsearchVersion:ElasticsearchDomainStatus', elasticsearchDomainStatus_elasticsearchVersion - Undocumented member.

$sel:domainId:ElasticsearchDomainStatus', elasticsearchDomainStatus_domainId - The unique identifier for the specified Elasticsearch domain.

$sel:domainName:ElasticsearchDomainStatus', elasticsearchDomainStatus_domainName - The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

$sel:arn:ElasticsearchDomainStatus', elasticsearchDomainStatus_arn - The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

$sel:elasticsearchClusterConfig:ElasticsearchDomainStatus', elasticsearchDomainStatus_elasticsearchClusterConfig - The type and number of instances in the domain cluster.

ElasticsearchVersionStatus

data ElasticsearchVersionStatus Source #

Status of the Elasticsearch version options for the specified Elasticsearch domain.

See: newElasticsearchVersionStatus smart constructor.

Instances

Instances details
Eq ElasticsearchVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchVersionStatus

Read ElasticsearchVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchVersionStatus

Show ElasticsearchVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchVersionStatus

Generic ElasticsearchVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchVersionStatus

Associated Types

type Rep ElasticsearchVersionStatus :: Type -> Type #

NFData ElasticsearchVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchVersionStatus

Hashable ElasticsearchVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchVersionStatus

FromJSON ElasticsearchVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchVersionStatus

type Rep ElasticsearchVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ElasticsearchVersionStatus

type Rep ElasticsearchVersionStatus = D1 ('MetaData "ElasticsearchVersionStatus" "Network.AWS.ElasticSearch.Types.ElasticsearchVersionStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ElasticsearchVersionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newElasticsearchVersionStatus Source #

Create a value of ElasticsearchVersionStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:ElasticsearchVersionStatus', elasticsearchVersionStatus_options - Specifies the Elasticsearch version for the specified Elasticsearch domain.

$sel:status:ElasticsearchVersionStatus', elasticsearchVersionStatus_status - Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.

EncryptionAtRestOptions

data EncryptionAtRestOptions Source #

Specifies the Encryption At Rest Options.

See: newEncryptionAtRestOptions smart constructor.

Instances

Instances details
Eq EncryptionAtRestOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptions

Read EncryptionAtRestOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptions

Show EncryptionAtRestOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptions

Generic EncryptionAtRestOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptions

Associated Types

type Rep EncryptionAtRestOptions :: Type -> Type #

NFData EncryptionAtRestOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptions

Methods

rnf :: EncryptionAtRestOptions -> () #

Hashable EncryptionAtRestOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptions

ToJSON EncryptionAtRestOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptions

FromJSON EncryptionAtRestOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptions

type Rep EncryptionAtRestOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptions

type Rep EncryptionAtRestOptions = D1 ('MetaData "EncryptionAtRestOptions" "Network.AWS.ElasticSearch.Types.EncryptionAtRestOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "EncryptionAtRestOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEncryptionAtRestOptions :: EncryptionAtRestOptions Source #

Create a value of EncryptionAtRestOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:EncryptionAtRestOptions', encryptionAtRestOptions_enabled - Specifies the option to enable Encryption At Rest.

$sel:kmsKeyId:EncryptionAtRestOptions', encryptionAtRestOptions_kmsKeyId - Specifies the KMS Key ID for Encryption At Rest options.

EncryptionAtRestOptionsStatus

data EncryptionAtRestOptionsStatus Source #

Status of the Encryption At Rest options for the specified Elasticsearch domain.

See: newEncryptionAtRestOptionsStatus smart constructor.

Instances

Instances details
Eq EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptionsStatus

Read EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptionsStatus

Show EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptionsStatus

Generic EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptionsStatus

Associated Types

type Rep EncryptionAtRestOptionsStatus :: Type -> Type #

NFData EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptionsStatus

Hashable EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptionsStatus

FromJSON EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptionsStatus

type Rep EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.EncryptionAtRestOptionsStatus

type Rep EncryptionAtRestOptionsStatus = D1 ('MetaData "EncryptionAtRestOptionsStatus" "Network.AWS.ElasticSearch.Types.EncryptionAtRestOptionsStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "EncryptionAtRestOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncryptionAtRestOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newEncryptionAtRestOptionsStatus Source #

Create a value of EncryptionAtRestOptionsStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:EncryptionAtRestOptionsStatus', encryptionAtRestOptionsStatus_options - Specifies the Encryption At Rest options for the specified Elasticsearch domain.

$sel:status:EncryptionAtRestOptionsStatus', encryptionAtRestOptionsStatus_status - Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.

ErrorDetails

data ErrorDetails Source #

See: newErrorDetails smart constructor.

Constructors

ErrorDetails' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq ErrorDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ErrorDetails

Read ErrorDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ErrorDetails

Show ErrorDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ErrorDetails

Generic ErrorDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ErrorDetails

Associated Types

type Rep ErrorDetails :: Type -> Type #

NFData ErrorDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ErrorDetails

Methods

rnf :: ErrorDetails -> () #

Hashable ErrorDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ErrorDetails

FromJSON ErrorDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ErrorDetails

type Rep ErrorDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ErrorDetails

type Rep ErrorDetails = D1 ('MetaData "ErrorDetails" "Network.AWS.ElasticSearch.Types.ErrorDetails" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ErrorDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newErrorDetails :: ErrorDetails Source #

Create a value of ErrorDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorType:ErrorDetails', errorDetails_errorType - Undocumented member.

$sel:errorMessage:ErrorDetails', errorDetails_errorMessage - Undocumented member.

Filter

data Filter Source #

A filter used to limit results when describing inbound or outbound cross-cluster search connections. Multiple values can be specified per filter. A cross-cluster search connection must match at least one of the specified values for it to be returned from an operation.

See: newFilter smart constructor.

Constructors

Filter' (Maybe (NonEmpty Text)) (Maybe Text) 

Instances

Instances details
Eq Filter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Read Filter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Filter

Show Filter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Filter

Generic Filter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

NFData Filter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToJSON Filter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Network.AWS.ElasticSearch.Types.Filter" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFilter :: Filter Source #

Create a value of Filter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:values:Filter', filter_values - Contains one or more values for the filter.

$sel:name:Filter', filter_name - Specifies the name of the filter.

InboundCrossClusterSearchConnection

data InboundCrossClusterSearchConnection Source #

Specifies details of an inbound connection.

See: newInboundCrossClusterSearchConnection smart constructor.

Instances

Instances details
Eq InboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnection

Read InboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnection

Show InboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnection

Generic InboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnection

NFData InboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnection

Hashable InboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnection

FromJSON InboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnection

type Rep InboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnection

type Rep InboundCrossClusterSearchConnection = D1 ('MetaData "InboundCrossClusterSearchConnection" "Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "InboundCrossClusterSearchConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destinationDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformation)) :*: S1 ('MetaSel ('Just "crossClusterSearchConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "connectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundCrossClusterSearchConnectionStatus)) :*: S1 ('MetaSel ('Just "sourceDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformation)))))

newInboundCrossClusterSearchConnection :: InboundCrossClusterSearchConnection Source #

Create a value of InboundCrossClusterSearchConnection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationDomainInfo:InboundCrossClusterSearchConnection', inboundCrossClusterSearchConnection_destinationDomainInfo - Specifies the DomainInformation for the destination Elasticsearch domain.

$sel:crossClusterSearchConnectionId:InboundCrossClusterSearchConnection', inboundCrossClusterSearchConnection_crossClusterSearchConnectionId - Specifies the connection id for the inbound cross-cluster search connection.

$sel:connectionStatus:InboundCrossClusterSearchConnection', inboundCrossClusterSearchConnection_connectionStatus - Specifies the InboundCrossClusterSearchConnectionStatus for the outbound connection.

$sel:sourceDomainInfo:InboundCrossClusterSearchConnection', inboundCrossClusterSearchConnection_sourceDomainInfo - Specifies the DomainInformation for the source Elasticsearch domain.

InboundCrossClusterSearchConnectionStatus

data InboundCrossClusterSearchConnectionStatus Source #

Specifies the coonection status of an inbound cross-cluster search connection.

See: newInboundCrossClusterSearchConnectionStatus smart constructor.

Instances

Instances details
Eq InboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatus

Read InboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatus

Show InboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatus

Generic InboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatus

NFData InboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatus

Hashable InboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatus

FromJSON InboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatus

type Rep InboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatus

type Rep InboundCrossClusterSearchConnectionStatus = D1 ('MetaData "InboundCrossClusterSearchConnectionStatus" "Network.AWS.ElasticSearch.Types.InboundCrossClusterSearchConnectionStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "InboundCrossClusterSearchConnectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundCrossClusterSearchConnectionStatusCode))))

newInboundCrossClusterSearchConnectionStatus :: InboundCrossClusterSearchConnectionStatus Source #

Create a value of InboundCrossClusterSearchConnectionStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:InboundCrossClusterSearchConnectionStatus', inboundCrossClusterSearchConnectionStatus_message - Specifies verbose information for the inbound connection status.

$sel:statusCode:InboundCrossClusterSearchConnectionStatus', inboundCrossClusterSearchConnectionStatus_statusCode - The state code for inbound connection. This can be one of the following:

  • PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
  • APPROVED: Inbound connection is pending acceptance by destination domain owner.
  • REJECTING: Inbound connection rejection is in process.
  • REJECTED: Inbound connection is rejected.
  • DELETING: Inbound connection deletion is in progress.
  • DELETED: Inbound connection is deleted and cannot be used further.

InstanceCountLimits

data InstanceCountLimits Source #

InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.

See: newInstanceCountLimits smart constructor.

Instances

Instances details
Eq InstanceCountLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceCountLimits

Read InstanceCountLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceCountLimits

Show InstanceCountLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceCountLimits

Generic InstanceCountLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceCountLimits

Associated Types

type Rep InstanceCountLimits :: Type -> Type #

NFData InstanceCountLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceCountLimits

Methods

rnf :: InstanceCountLimits -> () #

Hashable InstanceCountLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceCountLimits

FromJSON InstanceCountLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceCountLimits

type Rep InstanceCountLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceCountLimits

type Rep InstanceCountLimits = D1 ('MetaData "InstanceCountLimits" "Network.AWS.ElasticSearch.Types.InstanceCountLimits" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "InstanceCountLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minimumInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newInstanceCountLimits :: InstanceCountLimits Source #

Create a value of InstanceCountLimits with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maximumInstanceCount:InstanceCountLimits', instanceCountLimits_maximumInstanceCount - Undocumented member.

$sel:minimumInstanceCount:InstanceCountLimits', instanceCountLimits_minimumInstanceCount - Undocumented member.

InstanceLimits

data InstanceLimits Source #

InstanceLimits represents the list of instance related attributes that are available for given InstanceType.

See: newInstanceLimits smart constructor.

Instances

Instances details
Eq InstanceLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceLimits

Read InstanceLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceLimits

Show InstanceLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceLimits

Generic InstanceLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceLimits

Associated Types

type Rep InstanceLimits :: Type -> Type #

NFData InstanceLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceLimits

Methods

rnf :: InstanceLimits -> () #

Hashable InstanceLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceLimits

FromJSON InstanceLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceLimits

type Rep InstanceLimits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.InstanceLimits

type Rep InstanceLimits = D1 ('MetaData "InstanceLimits" "Network.AWS.ElasticSearch.Types.InstanceLimits" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "InstanceLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceCountLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceCountLimits))))

newInstanceLimits :: InstanceLimits Source #

Create a value of InstanceLimits with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceCountLimits:InstanceLimits', instanceLimits_instanceCountLimits - Undocumented member.

Limits

data Limits Source #

Limits for given InstanceType and for each of it's role. Limits contains following StorageTypes, InstanceLimits and AdditionalLimits

See: newLimits smart constructor.

Instances

Instances details
Eq Limits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Limits

Methods

(==) :: Limits -> Limits -> Bool #

(/=) :: Limits -> Limits -> Bool #

Read Limits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Limits

Show Limits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Limits

Generic Limits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Limits

Associated Types

type Rep Limits :: Type -> Type #

Methods

from :: Limits -> Rep Limits x #

to :: Rep Limits x -> Limits #

NFData Limits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Limits

Methods

rnf :: Limits -> () #

Hashable Limits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Limits

Methods

hashWithSalt :: Int -> Limits -> Int #

hash :: Limits -> Int #

FromJSON Limits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Limits

type Rep Limits Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Limits

type Rep Limits = D1 ('MetaData "Limits" "Network.AWS.ElasticSearch.Types.Limits" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "Limits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceLimits)) :*: (S1 ('MetaSel ('Just "additionalLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdditionalLimit])) :*: S1 ('MetaSel ('Just "storageTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageType])))))

newLimits :: Limits Source #

Create a value of Limits with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceLimits:Limits', limits_instanceLimits - Undocumented member.

$sel:additionalLimits:Limits', limits_additionalLimits - List of additional limits that are specific to a given InstanceType and for each of it's InstanceRole .

$sel:storageTypes:Limits', limits_storageTypes - StorageType represents the list of storage related types and attributes that are available for given InstanceType.

LogPublishingOption

data LogPublishingOption Source #

Log Publishing option that is set for given domain. Attributes and their details:

  • CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which log needs to be published.
  • Enabled: Whether the log publishing for given log type is enabled or not

See: newLogPublishingOption smart constructor.

Instances

Instances details
Eq LogPublishingOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOption

Read LogPublishingOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOption

Show LogPublishingOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOption

Generic LogPublishingOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOption

Associated Types

type Rep LogPublishingOption :: Type -> Type #

NFData LogPublishingOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOption

Methods

rnf :: LogPublishingOption -> () #

Hashable LogPublishingOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOption

ToJSON LogPublishingOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOption

FromJSON LogPublishingOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOption

type Rep LogPublishingOption Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOption

type Rep LogPublishingOption = D1 ('MetaData "LogPublishingOption" "Network.AWS.ElasticSearch.Types.LogPublishingOption" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "LogPublishingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "cloudWatchLogsLogGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLogPublishingOption :: LogPublishingOption Source #

Create a value of LogPublishingOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:LogPublishingOption', logPublishingOption_enabled - Specifies whether given log publishing option is enabled or not.

$sel:cloudWatchLogsLogGroupArn:LogPublishingOption', logPublishingOption_cloudWatchLogsLogGroupArn - Undocumented member.

LogPublishingOptionsStatus

data LogPublishingOptionsStatus Source #

The configured log publishing options for the domain and their current status.

See: newLogPublishingOptionsStatus smart constructor.

Instances

Instances details
Eq LogPublishingOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOptionsStatus

Read LogPublishingOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOptionsStatus

Show LogPublishingOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOptionsStatus

Generic LogPublishingOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOptionsStatus

Associated Types

type Rep LogPublishingOptionsStatus :: Type -> Type #

NFData LogPublishingOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOptionsStatus

Hashable LogPublishingOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOptionsStatus

FromJSON LogPublishingOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOptionsStatus

type Rep LogPublishingOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.LogPublishingOptionsStatus

type Rep LogPublishingOptionsStatus = D1 ('MetaData "LogPublishingOptionsStatus" "Network.AWS.ElasticSearch.Types.LogPublishingOptionsStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "LogPublishingOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptionStatus)) :*: S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap LogType LogPublishingOption)))))

newLogPublishingOptionsStatus :: LogPublishingOptionsStatus Source #

Create a value of LogPublishingOptionsStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:LogPublishingOptionsStatus', logPublishingOptionsStatus_status - The status of the log publishing options for the Elasticsearch domain. See OptionStatus for the status information that's included.

$sel:options:LogPublishingOptionsStatus', logPublishingOptionsStatus_options - The log publishing options configured for the Elasticsearch domain.

MasterUserOptions

data MasterUserOptions Source #

Credentials for the master user: username and password, ARN, or both.

See: newMasterUserOptions smart constructor.

Instances

Instances details
Eq MasterUserOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.MasterUserOptions

Show MasterUserOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.MasterUserOptions

Generic MasterUserOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.MasterUserOptions

Associated Types

type Rep MasterUserOptions :: Type -> Type #

NFData MasterUserOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.MasterUserOptions

Methods

rnf :: MasterUserOptions -> () #

Hashable MasterUserOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.MasterUserOptions

ToJSON MasterUserOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.MasterUserOptions

type Rep MasterUserOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.MasterUserOptions

type Rep MasterUserOptions = D1 ('MetaData "MasterUserOptions" "Network.AWS.ElasticSearch.Types.MasterUserOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "MasterUserOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "masterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "masterUserName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "masterUserARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMasterUserOptions :: MasterUserOptions Source #

Create a value of MasterUserOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:masterUserPassword:MasterUserOptions', masterUserOptions_masterUserPassword - The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.

$sel:masterUserName:MasterUserOptions', masterUserOptions_masterUserName - The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.

$sel:masterUserARN:MasterUserOptions', masterUserOptions_masterUserARN - ARN for the master user (if IAM is enabled).

NodeToNodeEncryptionOptions

data NodeToNodeEncryptionOptions Source #

Specifies the node-to-node encryption options.

See: newNodeToNodeEncryptionOptions smart constructor.

Instances

Instances details
Eq NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptions

Read NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptions

Show NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptions

Generic NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptions

Associated Types

type Rep NodeToNodeEncryptionOptions :: Type -> Type #

NFData NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptions

Hashable NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptions

ToJSON NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptions

FromJSON NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptions

type Rep NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptions

type Rep NodeToNodeEncryptionOptions = D1 ('MetaData "NodeToNodeEncryptionOptions" "Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "NodeToNodeEncryptionOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newNodeToNodeEncryptionOptions :: NodeToNodeEncryptionOptions Source #

Create a value of NodeToNodeEncryptionOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:NodeToNodeEncryptionOptions', nodeToNodeEncryptionOptions_enabled - Specify true to enable node-to-node encryption.

NodeToNodeEncryptionOptionsStatus

data NodeToNodeEncryptionOptionsStatus Source #

Status of the node-to-node encryption options for the specified Elasticsearch domain.

See: newNodeToNodeEncryptionOptionsStatus smart constructor.

Instances

Instances details
Eq NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptionsStatus

Read NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptionsStatus

Show NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptionsStatus

Generic NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptionsStatus

Associated Types

type Rep NodeToNodeEncryptionOptionsStatus :: Type -> Type #

NFData NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptionsStatus

Hashable NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptionsStatus

FromJSON NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptionsStatus

type Rep NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptionsStatus

type Rep NodeToNodeEncryptionOptionsStatus = D1 ('MetaData "NodeToNodeEncryptionOptionsStatus" "Network.AWS.ElasticSearch.Types.NodeToNodeEncryptionOptionsStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "NodeToNodeEncryptionOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NodeToNodeEncryptionOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newNodeToNodeEncryptionOptionsStatus Source #

Create a value of NodeToNodeEncryptionOptionsStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:NodeToNodeEncryptionOptionsStatus', nodeToNodeEncryptionOptionsStatus_options - Specifies the node-to-node encryption options for the specified Elasticsearch domain.

$sel:status:NodeToNodeEncryptionOptionsStatus', nodeToNodeEncryptionOptionsStatus_status - Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.

OptionStatus

data OptionStatus Source #

Provides the current status of the entity.

See: newOptionStatus smart constructor.

Instances

Instances details
Eq OptionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionStatus

Read OptionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionStatus

Show OptionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionStatus

Generic OptionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionStatus

Associated Types

type Rep OptionStatus :: Type -> Type #

NFData OptionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionStatus

Methods

rnf :: OptionStatus -> () #

Hashable OptionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionStatus

FromJSON OptionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionStatus

type Rep OptionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OptionStatus

type Rep OptionStatus = D1 ('MetaData "OptionStatus" "Network.AWS.ElasticSearch.Types.OptionStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "OptionStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pendingDeletion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "updateVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "updateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionState)))))

newOptionStatus Source #

Create a value of OptionStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:pendingDeletion:OptionStatus', optionStatus_pendingDeletion - Indicates whether the Elasticsearch domain is being deleted.

$sel:updateVersion:OptionStatus', optionStatus_updateVersion - Specifies the latest version for the entity.

$sel:creationDate:OptionStatus', optionStatus_creationDate - Timestamp which tells the creation date for the entity.

$sel:updateDate:OptionStatus', optionStatus_updateDate - Timestamp which tells the last updated time for the entity.

$sel:state:OptionStatus', optionStatus_state - Provides the OptionState for the Elasticsearch domain.

OutboundCrossClusterSearchConnection

data OutboundCrossClusterSearchConnection Source #

Specifies details of an outbound connection.

See: newOutboundCrossClusterSearchConnection smart constructor.

Instances

Instances details
Eq OutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnection

Read OutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnection

Show OutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnection

Generic OutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnection

NFData OutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnection

Hashable OutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnection

FromJSON OutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnection

type Rep OutboundCrossClusterSearchConnection Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnection

type Rep OutboundCrossClusterSearchConnection = D1 ('MetaData "OutboundCrossClusterSearchConnection" "Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnection" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "OutboundCrossClusterSearchConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destinationDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformation)) :*: S1 ('MetaSel ('Just "connectionAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "crossClusterSearchConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutboundCrossClusterSearchConnectionStatus)) :*: S1 ('MetaSel ('Just "sourceDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformation))))))

newOutboundCrossClusterSearchConnection :: OutboundCrossClusterSearchConnection Source #

Create a value of OutboundCrossClusterSearchConnection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationDomainInfo:OutboundCrossClusterSearchConnection', outboundCrossClusterSearchConnection_destinationDomainInfo - Specifies the DomainInformation for the destination Elasticsearch domain.

$sel:connectionAlias:OutboundCrossClusterSearchConnection', outboundCrossClusterSearchConnection_connectionAlias - Specifies the connection alias for the outbound cross-cluster search connection.

$sel:crossClusterSearchConnectionId:OutboundCrossClusterSearchConnection', outboundCrossClusterSearchConnection_crossClusterSearchConnectionId - Specifies the connection id for the outbound cross-cluster search connection.

$sel:connectionStatus:OutboundCrossClusterSearchConnection', outboundCrossClusterSearchConnection_connectionStatus - Specifies the OutboundCrossClusterSearchConnectionStatus for the outbound connection.

$sel:sourceDomainInfo:OutboundCrossClusterSearchConnection', outboundCrossClusterSearchConnection_sourceDomainInfo - Specifies the DomainInformation for the source Elasticsearch domain.

OutboundCrossClusterSearchConnectionStatus

data OutboundCrossClusterSearchConnectionStatus Source #

Specifies the connection status of an outbound cross-cluster search connection.

See: newOutboundCrossClusterSearchConnectionStatus smart constructor.

Instances

Instances details
Eq OutboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatus

Read OutboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatus

Show OutboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatus

Generic OutboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatus

NFData OutboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatus

Hashable OutboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatus

FromJSON OutboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatus

type Rep OutboundCrossClusterSearchConnectionStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatus

type Rep OutboundCrossClusterSearchConnectionStatus = D1 ('MetaData "OutboundCrossClusterSearchConnectionStatus" "Network.AWS.ElasticSearch.Types.OutboundCrossClusterSearchConnectionStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "OutboundCrossClusterSearchConnectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutboundCrossClusterSearchConnectionStatusCode))))

newOutboundCrossClusterSearchConnectionStatus :: OutboundCrossClusterSearchConnectionStatus Source #

Create a value of OutboundCrossClusterSearchConnectionStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:OutboundCrossClusterSearchConnectionStatus', outboundCrossClusterSearchConnectionStatus_message - Specifies verbose information for the outbound connection status.

$sel:statusCode:OutboundCrossClusterSearchConnectionStatus', outboundCrossClusterSearchConnectionStatus_statusCode - The state code for outbound connection. This can be one of the following:

  • VALIDATING: The outbound connection request is being validated.
  • VALIDATION_FAILED: Validation failed for the connection request.
  • PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by destination domain owner.
  • PROVISIONING: Outbound connection request is in process.
  • ACTIVE: Outbound connection is active and ready to use.
  • REJECTED: Outbound connection request is rejected by destination domain owner.
  • DELETING: Outbound connection deletion is in progress.
  • DELETED: Outbound connection is deleted and cannot be used further.

PackageDetails

data PackageDetails Source #

Basic information about a package.

See: newPackageDetails smart constructor.

Instances

Instances details
Eq PackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageDetails

Read PackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageDetails

Show PackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageDetails

Generic PackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageDetails

Associated Types

type Rep PackageDetails :: Type -> Type #

NFData PackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageDetails

Methods

rnf :: PackageDetails -> () #

Hashable PackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageDetails

FromJSON PackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageDetails

type Rep PackageDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageDetails

type Rep PackageDetails = D1 ('MetaData "PackageDetails" "Network.AWS.ElasticSearch.Types.PackageDetails" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "PackageDetails'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "packageID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "packageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PackageType))) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "packageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "packageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PackageStatus))) :*: (S1 ('MetaSel ('Just "packageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorDetails)) :*: S1 ('MetaSel ('Just "availablePackageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newPackageDetails :: PackageDetails Source #

Create a value of PackageDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:packageID:PackageDetails', packageDetails_packageID - Internal ID of the package.

$sel:packageType:PackageDetails', packageDetails_packageType - Currently supports only TXT-DICTIONARY.

$sel:lastUpdatedAt:PackageDetails', packageDetails_lastUpdatedAt - Undocumented member.

$sel:createdAt:PackageDetails', packageDetails_createdAt - Timestamp which tells creation date of the package.

$sel:packageName:PackageDetails', packageDetails_packageName - User specified name of the package.

$sel:packageStatus:PackageDetails', packageDetails_packageStatus - Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED

$sel:packageDescription:PackageDetails', packageDetails_packageDescription - User-specified description of the package.

$sel:errorDetails:PackageDetails', packageDetails_errorDetails - Additional information if the package is in an error state. Null otherwise.

$sel:availablePackageVersion:PackageDetails', packageDetails_availablePackageVersion - Undocumented member.

PackageSource

data PackageSource Source #

The S3 location for importing the package specified as S3BucketName and S3Key

See: newPackageSource smart constructor.

Constructors

PackageSource' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq PackageSource Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageSource

Read PackageSource Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageSource

Show PackageSource Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageSource

Generic PackageSource Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageSource

Associated Types

type Rep PackageSource :: Type -> Type #

NFData PackageSource Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageSource

Methods

rnf :: PackageSource -> () #

Hashable PackageSource Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageSource

ToJSON PackageSource Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageSource

type Rep PackageSource Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageSource

type Rep PackageSource = D1 ('MetaData "PackageSource" "Network.AWS.ElasticSearch.Types.PackageSource" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "PackageSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPackageSource :: PackageSource Source #

Create a value of PackageSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3Key:PackageSource', packageSource_s3Key - Key (file name) of the package.

$sel:s3BucketName:PackageSource', packageSource_s3BucketName - Name of the bucket containing the package.

PackageVersionHistory

data PackageVersionHistory Source #

Details of a package version.

See: newPackageVersionHistory smart constructor.

Instances

Instances details
Eq PackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageVersionHistory

Read PackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageVersionHistory

Show PackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageVersionHistory

Generic PackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageVersionHistory

Associated Types

type Rep PackageVersionHistory :: Type -> Type #

NFData PackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageVersionHistory

Methods

rnf :: PackageVersionHistory -> () #

Hashable PackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageVersionHistory

FromJSON PackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageVersionHistory

type Rep PackageVersionHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.PackageVersionHistory

type Rep PackageVersionHistory = D1 ('MetaData "PackageVersionHistory" "Network.AWS.ElasticSearch.Types.PackageVersionHistory" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "PackageVersionHistory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "packageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPackageVersionHistory :: PackageVersionHistory Source #

Create a value of PackageVersionHistory with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdAt:PackageVersionHistory', packageVersionHistory_createdAt - Timestamp which tells creation time of the package version.

$sel:packageVersion:PackageVersionHistory', packageVersionHistory_packageVersion - Version of the package.

$sel:commitMessage:PackageVersionHistory', packageVersionHistory_commitMessage - A message associated with the version.

RecurringCharge

data RecurringCharge Source #

Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.

See: newRecurringCharge smart constructor.

Instances

Instances details
Eq RecurringCharge Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RecurringCharge

Read RecurringCharge Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RecurringCharge

Show RecurringCharge Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RecurringCharge

Generic RecurringCharge Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RecurringCharge

Associated Types

type Rep RecurringCharge :: Type -> Type #

NFData RecurringCharge Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RecurringCharge

Methods

rnf :: RecurringCharge -> () #

Hashable RecurringCharge Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RecurringCharge

FromJSON RecurringCharge Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RecurringCharge

type Rep RecurringCharge Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.RecurringCharge

type Rep RecurringCharge = D1 ('MetaData "RecurringCharge" "Network.AWS.ElasticSearch.Types.RecurringCharge" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "RecurringCharge'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recurringChargeFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recurringChargeAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newRecurringCharge :: RecurringCharge Source #

Create a value of RecurringCharge with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:recurringChargeFrequency:RecurringCharge', recurringCharge_recurringChargeFrequency - The frequency of the recurring charge.

$sel:recurringChargeAmount:RecurringCharge', recurringCharge_recurringChargeAmount - The monetary amount of the recurring charge.

ReservedElasticsearchInstance

data ReservedElasticsearchInstance Source #

Details of a reserved Elasticsearch instance.

See: newReservedElasticsearchInstance smart constructor.

Instances

Instances details
Eq ReservedElasticsearchInstance Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstance

Read ReservedElasticsearchInstance Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstance

Show ReservedElasticsearchInstance Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstance

Generic ReservedElasticsearchInstance Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstance

Associated Types

type Rep ReservedElasticsearchInstance :: Type -> Type #

NFData ReservedElasticsearchInstance Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstance

Hashable ReservedElasticsearchInstance Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstance

FromJSON ReservedElasticsearchInstance Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstance

type Rep ReservedElasticsearchInstance Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstance

type Rep ReservedElasticsearchInstance = D1 ('MetaData "ReservedElasticsearchInstance" "Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstance" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ReservedElasticsearchInstance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "currencyCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "reservedElasticsearchInstanceOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reservedElasticsearchInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "elasticsearchInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "reservationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "elasticsearchInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ESPartitionInstanceType)) :*: S1 ('MetaSel ('Just "recurringCharges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecurringCharge])))) :*: ((S1 ('MetaSel ('Just "usagePrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "fixedPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "paymentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReservedElasticsearchInstancePaymentOption)))))))

newReservedElasticsearchInstance :: ReservedElasticsearchInstance Source #

Create a value of ReservedElasticsearchInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:ReservedElasticsearchInstance', reservedElasticsearchInstance_state - The state of the reserved Elasticsearch instance.

$sel:currencyCode:ReservedElasticsearchInstance', reservedElasticsearchInstance_currencyCode - The currency code for the reserved Elasticsearch instance offering.

$sel:startTime:ReservedElasticsearchInstance', reservedElasticsearchInstance_startTime - The time the reservation started.

$sel:reservedElasticsearchInstanceOfferingId:ReservedElasticsearchInstance', reservedElasticsearchInstance_reservedElasticsearchInstanceOfferingId - The offering identifier.

$sel:reservedElasticsearchInstanceId:ReservedElasticsearchInstance', reservedElasticsearchInstance_reservedElasticsearchInstanceId - The unique identifier for the reservation.

$sel:elasticsearchInstanceCount:ReservedElasticsearchInstance', reservedElasticsearchInstance_elasticsearchInstanceCount - The number of Elasticsearch instances that have been reserved.

$sel:reservationName:ReservedElasticsearchInstance', reservedElasticsearchInstance_reservationName - The customer-specified identifier to track this reservation.

$sel:elasticsearchInstanceType:ReservedElasticsearchInstance', reservedElasticsearchInstance_elasticsearchInstanceType - The Elasticsearch instance type offered by the reserved instance offering.

$sel:recurringCharges:ReservedElasticsearchInstance', reservedElasticsearchInstance_recurringCharges - The charge to your account regardless of whether you are creating any domains using the instance offering.

$sel:usagePrice:ReservedElasticsearchInstance', reservedElasticsearchInstance_usagePrice - The rate you are charged for each hour for the domain that is using this reserved instance.

$sel:fixedPrice:ReservedElasticsearchInstance', reservedElasticsearchInstance_fixedPrice - The upfront fixed charge you will paid to purchase the specific reserved Elasticsearch instance offering.

$sel:duration:ReservedElasticsearchInstance', reservedElasticsearchInstance_duration - The duration, in seconds, for which the Elasticsearch instance is reserved.

$sel:paymentOption:ReservedElasticsearchInstance', reservedElasticsearchInstance_paymentOption - The payment option as defined in the reserved Elasticsearch instance offering.

ReservedElasticsearchInstanceOffering

data ReservedElasticsearchInstanceOffering Source #

Details of a reserved Elasticsearch instance offering.

See: newReservedElasticsearchInstanceOffering smart constructor.

Instances

Instances details
Eq ReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstanceOffering

Read ReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstanceOffering

Show ReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstanceOffering

Generic ReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstanceOffering

NFData ReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstanceOffering

Hashable ReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstanceOffering

FromJSON ReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstanceOffering

type Rep ReservedElasticsearchInstanceOffering Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstanceOffering

type Rep ReservedElasticsearchInstanceOffering = D1 ('MetaData "ReservedElasticsearchInstanceOffering" "Network.AWS.ElasticSearch.Types.ReservedElasticsearchInstanceOffering" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ReservedElasticsearchInstanceOffering'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "currencyCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reservedElasticsearchInstanceOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "elasticsearchInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ESPartitionInstanceType)) :*: S1 ('MetaSel ('Just "recurringCharges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecurringCharge])))) :*: ((S1 ('MetaSel ('Just "usagePrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "fixedPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "paymentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReservedElasticsearchInstancePaymentOption))))))

newReservedElasticsearchInstanceOffering :: ReservedElasticsearchInstanceOffering Source #

Create a value of ReservedElasticsearchInstanceOffering with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:currencyCode:ReservedElasticsearchInstanceOffering', reservedElasticsearchInstanceOffering_currencyCode - The currency code for the reserved Elasticsearch instance offering.

$sel:reservedElasticsearchInstanceOfferingId:ReservedElasticsearchInstanceOffering', reservedElasticsearchInstanceOffering_reservedElasticsearchInstanceOfferingId - The Elasticsearch reserved instance offering identifier.

$sel:elasticsearchInstanceType:ReservedElasticsearchInstanceOffering', reservedElasticsearchInstanceOffering_elasticsearchInstanceType - The Elasticsearch instance type offered by the reserved instance offering.

$sel:recurringCharges:ReservedElasticsearchInstanceOffering', reservedElasticsearchInstanceOffering_recurringCharges - The charge to your account regardless of whether you are creating any domains using the instance offering.

$sel:usagePrice:ReservedElasticsearchInstanceOffering', reservedElasticsearchInstanceOffering_usagePrice - The rate you are charged for each hour the domain that is using the offering is running.

$sel:fixedPrice:ReservedElasticsearchInstanceOffering', reservedElasticsearchInstanceOffering_fixedPrice - The upfront fixed charge you will pay to purchase the specific reserved Elasticsearch instance offering.

$sel:duration:ReservedElasticsearchInstanceOffering', reservedElasticsearchInstanceOffering_duration - The duration, in seconds, for which the offering will reserve the Elasticsearch instance.

$sel:paymentOption:ReservedElasticsearchInstanceOffering', reservedElasticsearchInstanceOffering_paymentOption - Payment option for the reserved Elasticsearch instance offering

SAMLIdp

data SAMLIdp Source #

Specifies the SAML Identity Provider's information.

See: newSAMLIdp smart constructor.

Constructors

SAMLIdp' Text Text 

Instances

Instances details
Eq SAMLIdp Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLIdp

Methods

(==) :: SAMLIdp -> SAMLIdp -> Bool #

(/=) :: SAMLIdp -> SAMLIdp -> Bool #

Read SAMLIdp Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLIdp

Show SAMLIdp Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLIdp

Generic SAMLIdp Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLIdp

Associated Types

type Rep SAMLIdp :: Type -> Type #

Methods

from :: SAMLIdp -> Rep SAMLIdp x #

to :: Rep SAMLIdp x -> SAMLIdp #

NFData SAMLIdp Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLIdp

Methods

rnf :: SAMLIdp -> () #

Hashable SAMLIdp Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLIdp

Methods

hashWithSalt :: Int -> SAMLIdp -> Int #

hash :: SAMLIdp -> Int #

ToJSON SAMLIdp Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLIdp

FromJSON SAMLIdp Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLIdp

type Rep SAMLIdp Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLIdp

type Rep SAMLIdp = D1 ('MetaData "SAMLIdp" "Network.AWS.ElasticSearch.Types.SAMLIdp" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "SAMLIdp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metadataContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSAMLIdp Source #

Create a value of SAMLIdp with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:metadataContent:SAMLIdp', sAMLIdp_metadataContent - The Metadata of the SAML application in xml format.

$sel:entityId:SAMLIdp', sAMLIdp_entityId - The unique Entity ID of the application in SAML Identity Provider.

SAMLOptionsInput

data SAMLOptionsInput Source #

Specifies the SAML application configuration for the domain.

See: newSAMLOptionsInput smart constructor.

Instances

Instances details
Eq SAMLOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsInput

Show SAMLOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsInput

Generic SAMLOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsInput

Associated Types

type Rep SAMLOptionsInput :: Type -> Type #

NFData SAMLOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsInput

Methods

rnf :: SAMLOptionsInput -> () #

Hashable SAMLOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsInput

ToJSON SAMLOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsInput

type Rep SAMLOptionsInput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsInput

type Rep SAMLOptionsInput = D1 ('MetaData "SAMLOptionsInput" "Network.AWS.ElasticSearch.Types.SAMLOptionsInput" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "SAMLOptionsInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "masterUserName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "idp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAMLIdp)))) :*: ((S1 ('MetaSel ('Just "rolesKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "masterBackendRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sessionTimeoutMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "subjectKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSAMLOptionsInput :: SAMLOptionsInput Source #

Create a value of SAMLOptionsInput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:masterUserName:SAMLOptionsInput', sAMLOptionsInput_masterUserName - The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.

$sel:enabled:SAMLOptionsInput', sAMLOptionsInput_enabled - True if SAML is enabled.

$sel:idp:SAMLOptionsInput', sAMLOptionsInput_idp - Specifies the SAML Identity Provider's information.

$sel:rolesKey:SAMLOptionsInput', sAMLOptionsInput_rolesKey - The key to use for matching the SAML Roles attribute.

$sel:masterBackendRole:SAMLOptionsInput', sAMLOptionsInput_masterBackendRole - The backend role to which the SAML master user is mapped to.

$sel:sessionTimeoutMinutes:SAMLOptionsInput', sAMLOptionsInput_sessionTimeoutMinutes - The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.

$sel:subjectKey:SAMLOptionsInput', sAMLOptionsInput_subjectKey - The key to use for matching the SAML Subject attribute.

SAMLOptionsOutput

data SAMLOptionsOutput Source #

Describes the SAML application configured for the domain.

See: newSAMLOptionsOutput smart constructor.

Instances

Instances details
Eq SAMLOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsOutput

Read SAMLOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsOutput

Show SAMLOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsOutput

Generic SAMLOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsOutput

Associated Types

type Rep SAMLOptionsOutput :: Type -> Type #

NFData SAMLOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsOutput

Methods

rnf :: SAMLOptionsOutput -> () #

Hashable SAMLOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsOutput

FromJSON SAMLOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsOutput

type Rep SAMLOptionsOutput Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SAMLOptionsOutput

type Rep SAMLOptionsOutput = D1 ('MetaData "SAMLOptionsOutput" "Network.AWS.ElasticSearch.Types.SAMLOptionsOutput" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "SAMLOptionsOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "idp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAMLIdp))) :*: (S1 ('MetaSel ('Just "rolesKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sessionTimeoutMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "subjectKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSAMLOptionsOutput :: SAMLOptionsOutput Source #

Create a value of SAMLOptionsOutput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:SAMLOptionsOutput', sAMLOptionsOutput_enabled - True if SAML is enabled.

$sel:idp:SAMLOptionsOutput', sAMLOptionsOutput_idp - Describes the SAML Identity Provider's information.

$sel:rolesKey:SAMLOptionsOutput', sAMLOptionsOutput_rolesKey - The key used for matching the SAML Roles attribute.

$sel:sessionTimeoutMinutes:SAMLOptionsOutput', sAMLOptionsOutput_sessionTimeoutMinutes - The duration, in minutes, after which a user session becomes inactive.

$sel:subjectKey:SAMLOptionsOutput', sAMLOptionsOutput_subjectKey - The key used for matching the SAML Subject attribute.

ScheduledAutoTuneDetails

data ScheduledAutoTuneDetails Source #

Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.

See: newScheduledAutoTuneDetails smart constructor.

Instances

Instances details
Eq ScheduledAutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneDetails

Read ScheduledAutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneDetails

Show ScheduledAutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneDetails

Generic ScheduledAutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneDetails

Associated Types

type Rep ScheduledAutoTuneDetails :: Type -> Type #

NFData ScheduledAutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneDetails

Hashable ScheduledAutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneDetails

FromJSON ScheduledAutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneDetails

type Rep ScheduledAutoTuneDetails Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ScheduledAutoTuneDetails

type Rep ScheduledAutoTuneDetails = D1 ('MetaData "ScheduledAutoTuneDetails" "Network.AWS.ElasticSearch.Types.ScheduledAutoTuneDetails" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ScheduledAutoTuneDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduledAutoTuneSeverityType)) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduledAutoTuneActionType)))))

newScheduledAutoTuneDetails :: ScheduledAutoTuneDetails Source #

Create a value of ScheduledAutoTuneDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:severity:ScheduledAutoTuneDetails', scheduledAutoTuneDetails_severity - Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.

$sel:action:ScheduledAutoTuneDetails', scheduledAutoTuneDetails_action - Specifies Auto-Tune action description.

$sel:date:ScheduledAutoTuneDetails', scheduledAutoTuneDetails_date - Specifies timestamp for the Auto-Tune action scheduled for the domain.

$sel:actionType:ScheduledAutoTuneDetails', scheduledAutoTuneDetails_actionType - Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

ServiceSoftwareOptions

data ServiceSoftwareOptions Source #

The current options of an Elasticsearch domain service software options.

See: newServiceSoftwareOptions smart constructor.

Instances

Instances details
Eq ServiceSoftwareOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ServiceSoftwareOptions

Read ServiceSoftwareOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ServiceSoftwareOptions

Show ServiceSoftwareOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ServiceSoftwareOptions

Generic ServiceSoftwareOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ServiceSoftwareOptions

Associated Types

type Rep ServiceSoftwareOptions :: Type -> Type #

NFData ServiceSoftwareOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ServiceSoftwareOptions

Methods

rnf :: ServiceSoftwareOptions -> () #

Hashable ServiceSoftwareOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ServiceSoftwareOptions

FromJSON ServiceSoftwareOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ServiceSoftwareOptions

type Rep ServiceSoftwareOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ServiceSoftwareOptions

type Rep ServiceSoftwareOptions = D1 ('MetaData "ServiceSoftwareOptions" "Network.AWS.ElasticSearch.Types.ServiceSoftwareOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ServiceSoftwareOptions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "automatedUpdateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "currentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "optionalDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "updateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStatus)))) :*: ((S1 ('MetaSel ('Just "cancellable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "updateAvailable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "newVersion'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newServiceSoftwareOptions :: ServiceSoftwareOptions Source #

Create a value of ServiceSoftwareOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:automatedUpdateDate:ServiceSoftwareOptions', serviceSoftwareOptions_automatedUpdateDate - Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.

$sel:currentVersion:ServiceSoftwareOptions', serviceSoftwareOptions_currentVersion - The current service software version that is present on the domain.

$sel:optionalDeployment:ServiceSoftwareOptions', serviceSoftwareOptions_optionalDeployment - True if a service software is never automatically updated. False if a service software is automatically updated after AutomatedUpdateDate.

$sel:updateStatus:ServiceSoftwareOptions', serviceSoftwareOptions_updateStatus - The status of your service software update. This field can take the following values: ELIGIBLE, PENDING_UPDATE, IN_PROGRESS, COMPLETED, and NOT_ELIGIBLE.

$sel:cancellable:ServiceSoftwareOptions', serviceSoftwareOptions_cancellable - True if you are able to cancel your service software version update. False if you are not able to cancel your service software version.

$sel:updateAvailable:ServiceSoftwareOptions', serviceSoftwareOptions_updateAvailable - True if you are able to update you service software version. False if you are not able to update your service software version.

$sel:description:ServiceSoftwareOptions', serviceSoftwareOptions_description - The description of the UpdateStatus.

$sel:newVersion':ServiceSoftwareOptions', serviceSoftwareOptions_newVersion - The new service software version if one is available.

SnapshotOptions

data SnapshotOptions Source #

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

See: newSnapshotOptions smart constructor.

Constructors

SnapshotOptions' (Maybe Int) 

Instances

Instances details
Eq SnapshotOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptions

Read SnapshotOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptions

Show SnapshotOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptions

Generic SnapshotOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptions

Associated Types

type Rep SnapshotOptions :: Type -> Type #

NFData SnapshotOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptions

Methods

rnf :: SnapshotOptions -> () #

Hashable SnapshotOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptions

ToJSON SnapshotOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptions

FromJSON SnapshotOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptions

type Rep SnapshotOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptions

type Rep SnapshotOptions = D1 ('MetaData "SnapshotOptions" "Network.AWS.ElasticSearch.Types.SnapshotOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "SnapshotOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "automatedSnapshotStartHour") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newSnapshotOptions :: SnapshotOptions Source #

Create a value of SnapshotOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:automatedSnapshotStartHour:SnapshotOptions', snapshotOptions_automatedSnapshotStartHour - Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

SnapshotOptionsStatus

data SnapshotOptionsStatus Source #

Status of a daily automated snapshot.

See: newSnapshotOptionsStatus smart constructor.

Instances

Instances details
Eq SnapshotOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptionsStatus

Read SnapshotOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptionsStatus

Show SnapshotOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptionsStatus

Generic SnapshotOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptionsStatus

Associated Types

type Rep SnapshotOptionsStatus :: Type -> Type #

NFData SnapshotOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptionsStatus

Methods

rnf :: SnapshotOptionsStatus -> () #

Hashable SnapshotOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptionsStatus

FromJSON SnapshotOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptionsStatus

type Rep SnapshotOptionsStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.SnapshotOptionsStatus

type Rep SnapshotOptionsStatus = D1 ('MetaData "SnapshotOptionsStatus" "Network.AWS.ElasticSearch.Types.SnapshotOptionsStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "SnapshotOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SnapshotOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newSnapshotOptionsStatus Source #

Create a value of SnapshotOptionsStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:SnapshotOptionsStatus', snapshotOptionsStatus_options - Specifies the daily snapshot options specified for the Elasticsearch domain.

$sel:status:SnapshotOptionsStatus', snapshotOptionsStatus_status - Specifies the status of a daily automated snapshot.

StorageType

data StorageType Source #

StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType.

See: newStorageType smart constructor.

Instances

Instances details
Eq StorageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageType

Read StorageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageType

Show StorageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageType

Generic StorageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageType

Associated Types

type Rep StorageType :: Type -> Type #

NFData StorageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageType

Methods

rnf :: StorageType -> () #

Hashable StorageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageType

FromJSON StorageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageType

type Rep StorageType Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageType

type Rep StorageType = D1 ('MetaData "StorageType" "Network.AWS.ElasticSearch.Types.StorageType" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "StorageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storageTypeLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageTypeLimit])) :*: (S1 ('MetaSel ('Just "storageSubTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newStorageType :: StorageType Source #

Create a value of StorageType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:storageTypeLimits:StorageType', storageType_storageTypeLimits - List of limits that are applicable for given storage type.

$sel:storageSubTypeName:StorageType', storageType_storageSubTypeName - Undocumented member.

$sel:storageTypeName:StorageType', storageType_storageTypeName - Undocumented member.

StorageTypeLimit

data StorageTypeLimit Source #

Limits that are applicable for given storage type.

See: newStorageTypeLimit smart constructor.

Constructors

StorageTypeLimit' (Maybe Text) (Maybe [Text]) 

Instances

Instances details
Eq StorageTypeLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageTypeLimit

Read StorageTypeLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageTypeLimit

Show StorageTypeLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageTypeLimit

Generic StorageTypeLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageTypeLimit

Associated Types

type Rep StorageTypeLimit :: Type -> Type #

NFData StorageTypeLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageTypeLimit

Methods

rnf :: StorageTypeLimit -> () #

Hashable StorageTypeLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageTypeLimit

FromJSON StorageTypeLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageTypeLimit

type Rep StorageTypeLimit Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.StorageTypeLimit

type Rep StorageTypeLimit = D1 ('MetaData "StorageTypeLimit" "Network.AWS.ElasticSearch.Types.StorageTypeLimit" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "StorageTypeLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limitName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limitValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newStorageTypeLimit :: StorageTypeLimit Source #

Create a value of StorageTypeLimit with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:limitName:StorageTypeLimit', storageTypeLimit_limitName - Name of storage limits that are applicable for given storage type. If StorageType is ebs, following storage options are applicable

  1. MinimumVolumeSize
  2. MaximumVolumeSize
  3. MaximumIops
  4. MinimumIops

$sel:limitValues:StorageTypeLimit', storageTypeLimit_limitValues - Values for the StorageTypeLimit$LimitName .

Tag

data Tag Source #

Specifies a key value pair for a resource tag.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Tag

Show Tag Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Network.AWS.ElasticSearch.Types.Tag" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

$sel:value:Tag', tag_value - Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

UpgradeHistory

data UpgradeHistory Source #

History of the last 10 Upgrades and Upgrade Eligibility Checks.

See: newUpgradeHistory smart constructor.

Instances

Instances details
Eq UpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeHistory

Read UpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeHistory

Show UpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeHistory

Generic UpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeHistory

Associated Types

type Rep UpgradeHistory :: Type -> Type #

NFData UpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeHistory

Methods

rnf :: UpgradeHistory -> () #

Hashable UpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeHistory

FromJSON UpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeHistory

type Rep UpgradeHistory Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeHistory

type Rep UpgradeHistory = D1 ('MetaData "UpgradeHistory" "Network.AWS.ElasticSearch.Types.UpgradeHistory" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "UpgradeHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "upgradeStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeStatus)) :*: S1 ('MetaSel ('Just "stepsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpgradeStepItem]))) :*: (S1 ('MetaSel ('Just "upgradeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newUpgradeHistory :: UpgradeHistory Source #

Create a value of UpgradeHistory with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:upgradeStatus:UpgradeHistory', upgradeHistory_upgradeStatus - The overall status of the update. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

$sel:stepsList:UpgradeHistory', upgradeHistory_stepsList - A list of UpgradeStepItem s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.

$sel:upgradeName:UpgradeHistory', upgradeHistory_upgradeName - A string that describes the update briefly

$sel:startTimestamp:UpgradeHistory', upgradeHistory_startTimestamp - UTC Timestamp at which the Upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.

UpgradeStepItem

data UpgradeStepItem Source #

Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.

See: newUpgradeStepItem smart constructor.

Instances

Instances details
Eq UpgradeStepItem Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStepItem

Read UpgradeStepItem Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStepItem

Show UpgradeStepItem Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStepItem

Generic UpgradeStepItem Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStepItem

Associated Types

type Rep UpgradeStepItem :: Type -> Type #

NFData UpgradeStepItem Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStepItem

Methods

rnf :: UpgradeStepItem -> () #

Hashable UpgradeStepItem Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStepItem

FromJSON UpgradeStepItem Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStepItem

type Rep UpgradeStepItem Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.UpgradeStepItem

type Rep UpgradeStepItem = D1 ('MetaData "UpgradeStepItem" "Network.AWS.ElasticSearch.Types.UpgradeStepItem" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "UpgradeStepItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "upgradeStepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeStatus)) :*: S1 ('MetaSel ('Just "progressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "issues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "upgradeStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeStep)))))

newUpgradeStepItem :: UpgradeStepItem Source #

Create a value of UpgradeStepItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:upgradeStepStatus:UpgradeStepItem', upgradeStepItem_upgradeStepStatus - The status of a particular step during an upgrade. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

$sel:progressPercent:UpgradeStepItem', upgradeStepItem_progressPercent - The Floating point value representing progress percentage of a particular step.

$sel:issues:UpgradeStepItem', upgradeStepItem_issues - A list of strings containing detailed information about the errors encountered in a particular step.

$sel:upgradeStep:UpgradeStepItem', upgradeStepItem_upgradeStep - Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:

  • PreUpgradeCheck
  • Snapshot
  • Upgrade

VPCDerivedInfo

data VPCDerivedInfo Source #

Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

See: newVPCDerivedInfo smart constructor.

Constructors

VPCDerivedInfo' (Maybe [Text]) (Maybe [Text]) (Maybe Text) (Maybe [Text]) 

Instances

Instances details
Eq VPCDerivedInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfo

Read VPCDerivedInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfo

Show VPCDerivedInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfo

Generic VPCDerivedInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfo

Associated Types

type Rep VPCDerivedInfo :: Type -> Type #

NFData VPCDerivedInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfo

Methods

rnf :: VPCDerivedInfo -> () #

Hashable VPCDerivedInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfo

FromJSON VPCDerivedInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfo

type Rep VPCDerivedInfo Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfo

type Rep VPCDerivedInfo = D1 ('MetaData "VPCDerivedInfo" "Network.AWS.ElasticSearch.Types.VPCDerivedInfo" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "VPCDerivedInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "vPCId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newVPCDerivedInfo :: VPCDerivedInfo Source #

Create a value of VPCDerivedInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityGroupIds:VPCDerivedInfo', vPCDerivedInfo_securityGroupIds - Specifies the security groups for VPC endpoint.

$sel:subnetIds:VPCDerivedInfo', vPCDerivedInfo_subnetIds - Specifies the subnets for VPC endpoint.

$sel:vPCId:VPCDerivedInfo', vPCDerivedInfo_vPCId - The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.

$sel:availabilityZones:VPCDerivedInfo', vPCDerivedInfo_availabilityZones - The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.

VPCDerivedInfoStatus

data VPCDerivedInfoStatus Source #

Status of the VPC options for the specified Elasticsearch domain.

See: newVPCDerivedInfoStatus smart constructor.

Instances

Instances details
Eq VPCDerivedInfoStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfoStatus

Read VPCDerivedInfoStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfoStatus

Show VPCDerivedInfoStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfoStatus

Generic VPCDerivedInfoStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfoStatus

Associated Types

type Rep VPCDerivedInfoStatus :: Type -> Type #

NFData VPCDerivedInfoStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfoStatus

Methods

rnf :: VPCDerivedInfoStatus -> () #

Hashable VPCDerivedInfoStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfoStatus

FromJSON VPCDerivedInfoStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfoStatus

type Rep VPCDerivedInfoStatus Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCDerivedInfoStatus

type Rep VPCDerivedInfoStatus = D1 ('MetaData "VPCDerivedInfoStatus" "Network.AWS.ElasticSearch.Types.VPCDerivedInfoStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "VPCDerivedInfoStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VPCDerivedInfo) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newVPCDerivedInfoStatus Source #

Create a value of VPCDerivedInfoStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:VPCDerivedInfoStatus', vPCDerivedInfoStatus_options - Specifies the VPC options for the specified Elasticsearch domain.

$sel:status:VPCDerivedInfoStatus', vPCDerivedInfoStatus_status - Specifies the status of the VPC options for the specified Elasticsearch domain.

VPCOptions

data VPCOptions Source #

Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

See: newVPCOptions smart constructor.

Constructors

VPCOptions' (Maybe [Text]) (Maybe [Text]) 

Instances

Instances details
Eq VPCOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCOptions

Read VPCOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCOptions

Show VPCOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCOptions

Generic VPCOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCOptions

Associated Types

type Rep VPCOptions :: Type -> Type #

NFData VPCOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCOptions

Methods

rnf :: VPCOptions -> () #

Hashable VPCOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCOptions

ToJSON VPCOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCOptions

type Rep VPCOptions Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.VPCOptions

type Rep VPCOptions = D1 ('MetaData "VPCOptions" "Network.AWS.ElasticSearch.Types.VPCOptions" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "VPCOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newVPCOptions :: VPCOptions Source #

Create a value of VPCOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityGroupIds:VPCOptions', vPCOptions_securityGroupIds - Specifies the security groups for VPC endpoint.

$sel:subnetIds:VPCOptions', vPCOptions_subnetIds - Specifies the subnets for VPC endpoint.

ZoneAwarenessConfig

data ZoneAwarenessConfig Source #

Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.

See: newZoneAwarenessConfig smart constructor.

Instances

Instances details
Eq ZoneAwarenessConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ZoneAwarenessConfig

Read ZoneAwarenessConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ZoneAwarenessConfig

Show ZoneAwarenessConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ZoneAwarenessConfig

Generic ZoneAwarenessConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ZoneAwarenessConfig

Associated Types

type Rep ZoneAwarenessConfig :: Type -> Type #

NFData ZoneAwarenessConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ZoneAwarenessConfig

Methods

rnf :: ZoneAwarenessConfig -> () #

Hashable ZoneAwarenessConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ZoneAwarenessConfig

ToJSON ZoneAwarenessConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ZoneAwarenessConfig

FromJSON ZoneAwarenessConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ZoneAwarenessConfig

type Rep ZoneAwarenessConfig Source # 
Instance details

Defined in Network.AWS.ElasticSearch.Types.ZoneAwarenessConfig

type Rep ZoneAwarenessConfig = D1 ('MetaData "ZoneAwarenessConfig" "Network.AWS.ElasticSearch.Types.ZoneAwarenessConfig" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ZoneAwarenessConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availabilityZoneCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newZoneAwarenessConfig :: ZoneAwarenessConfig Source #

Create a value of ZoneAwarenessConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:availabilityZoneCount:ZoneAwarenessConfig', zoneAwarenessConfig_availabilityZoneCount - An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled